bytes() — netty Function Reference
Architecture documentation for the bytes() function in MultiSearchProcessorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 116a4472_a951_e809_485f_110d4e496074["bytes()"] a8e37b86_7953_7ee3_77cd_bf0850236222["MultiSearchProcessorTest"] 116a4472_a951_e809_485f_110d4e496074 -->|defined in| a8e37b86_7953_7ee3_77cd_bf0850236222 d97b0206_22d8_e3a9_f1a7_1303fbc74f3c["testSearchForMultiple()"] d97b0206_22d8_e3a9_f1a7_1303fbc74f3c -->|calls| 116a4472_a951_e809_485f_110d4e496074 c275d49d_392d_9cdc_8b28_e7829b98d873["testSearchForMultipleOverlapping()"] c275d49d_392d_9cdc_8b28_e7829b98d873 -->|calls| 116a4472_a951_e809_485f_110d4e496074 99afa85b_b5de_25c2_ede5_3c8adf8e69c1["findLongerNeedleInCaseOfSuffixMatch()"] 99afa85b_b5de_25c2_ede5_3c8adf8e69c1 -->|calls| 116a4472_a951_e809_485f_110d4e496074 style 116a4472_a951_e809_485f_110d4e496074 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/search/MultiSearchProcessorTest.java lines 103–105
private static byte[] bytes(String s) {
return s.getBytes(CharsetUtil.UTF_8);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does bytes() do?
bytes() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/search/MultiSearchProcessorTest.java.
Where is bytes() defined?
bytes() is defined in buffer/src/test/java/io/netty/buffer/search/MultiSearchProcessorTest.java at line 103.
What calls bytes()?
bytes() is called by 3 function(s): findLongerNeedleInCaseOfSuffixMatch, testSearchForMultiple, testSearchForMultipleOverlapping.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free