testCompressSmall() — netty Function Reference
Architecture documentation for the testCompressSmall() function in ZlibTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b023fcda_0473_29df_baf0_dfe51cb70d3c["testCompressSmall()"] 7036d690_c470_1931_3ca2_5fffb656bebb["ZlibTest"] b023fcda_0473_29df_baf0_dfe51cb70d3c -->|defined in| 7036d690_c470_1931_3ca2_5fffb656bebb 9b5f9061_d9e5_d62f_c29a_31a2beb090eb["testZLIB()"] 9b5f9061_d9e5_d62f_c29a_31a2beb090eb -->|calls| b023fcda_0473_29df_baf0_dfe51cb70d3c f257d438_b442_f0d3_e131_7a93c3e0bb65["testNONE()"] f257d438_b442_f0d3_e131_7a93c3e0bb65 -->|calls| b023fcda_0473_29df_baf0_dfe51cb70d3c feab9313_a73f_4959_e55e_b6923872a62a["testGZIP()"] feab9313_a73f_4959_e55e_b6923872a62a -->|calls| b023fcda_0473_29df_baf0_dfe51cb70d3c 139a3315_9ec1_0d76_6f08_21605fc189c2["testZLIB_OR_NONE()"] 139a3315_9ec1_0d76_6f08_21605fc189c2 -->|calls| b023fcda_0473_29df_baf0_dfe51cb70d3c 982074fe_becf_aebf_5f7f_bbe0f31cde4a["testZLIB_OR_NONE2()"] 982074fe_becf_aebf_5f7f_bbe0f31cde4a -->|calls| b023fcda_0473_29df_baf0_dfe51cb70d3c d968b240_bdce_1ae2_5c2c_33340e74e883["testZLIB_OR_NONE3()"] d968b240_bdce_1ae2_5c2c_33340e74e883 -->|calls| b023fcda_0473_29df_baf0_dfe51cb70d3c 9dc264cb_0953_efd8_30d0_ff4d823d2756["testCompress0()"] b023fcda_0473_29df_baf0_dfe51cb70d3c -->|calls| 9dc264cb_0953_efd8_30d0_ff4d823d2756 style b023fcda_0473_29df_baf0_dfe51cb70d3c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java lines 309–313
private void testCompressSmall(ZlibWrapper encoderWrapper, ZlibWrapper decoderWrapper) throws Exception {
testCompress0(encoderWrapper, decoderWrapper, Unpooled.wrappedBuffer(BYTES_SMALL));
testCompress0(encoderWrapper, decoderWrapper,
Unpooled.directBuffer(BYTES_SMALL.length).writeBytes(BYTES_SMALL));
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testCompressSmall() do?
testCompressSmall() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java.
Where is testCompressSmall() defined?
testCompressSmall() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java at line 309.
What does testCompressSmall() call?
testCompressSmall() calls 1 function(s): testCompress0.
What calls testCompressSmall()?
testCompressSmall() is called by 6 function(s): testGZIP, testNONE, testZLIB, testZLIB_OR_NONE, testZLIB_OR_NONE2, testZLIB_OR_NONE3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free