Bzip2MTFAndRLE2StageEncoder() — netty Function Reference
Architecture documentation for the Bzip2MTFAndRLE2StageEncoder() function in Bzip2MTFAndRLE2StageEncoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 695dbd00_dda0_f758_6833_ee5e59b0d402["Bzip2MTFAndRLE2StageEncoder()"] c4dd1a1c_1efa_15bf_366b_7ccf81c06cd5["Bzip2MTFAndRLE2StageEncoder"] 695dbd00_dda0_f758_6833_ee5e59b0d402 -->|defined in| c4dd1a1c_1efa_15bf_366b_7ccf81c06cd5 style 695dbd00_dda0_f758_6833_ee5e59b0d402 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-compression/src/main/java/io/netty/handler/codec/compression/Bzip2MTFAndRLE2StageEncoder.java lines 70–75
Bzip2MTFAndRLE2StageEncoder(final int[] bwtBlock, final int bwtLength, final boolean[] bwtValuesPresent) {
this.bwtBlock = bwtBlock;
this.bwtLength = bwtLength;
this.bwtValuesPresent = bwtValuesPresent;
mtfBlock = new char[bwtLength + 1];
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does Bzip2MTFAndRLE2StageEncoder() do?
Bzip2MTFAndRLE2StageEncoder() is a function in the netty codebase, defined in codec-compression/src/main/java/io/netty/handler/codec/compression/Bzip2MTFAndRLE2StageEncoder.java.
Where is Bzip2MTFAndRLE2StageEncoder() defined?
Bzip2MTFAndRLE2StageEncoder() is defined in codec-compression/src/main/java/io/netty/handler/codec/compression/Bzip2MTFAndRLE2StageEncoder.java at line 70.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free