Buffer
Browse all 26066 domain entities categorized under Buffer in the netty Architecture Docs architecture documentation.
findMatchingLength() — netty Function Reference
Architecture documentation for the findMatchingLength() function in Snappy.java from the netty codebase.
getHashTable() — netty Function Reference
Architecture documentation for the getHashTable() function in Snappy.java from the netty codebase.
getHashTableFastThreadLocalArrayFill() — netty Function Reference
Architecture documentation for the getHashTableFastThreadLocalArrayFill() function in Snappy.java from the netty codebase.
getPreamble() — netty Function Reference
Architecture documentation for the getPreamble() function in Snappy.java from the netty codebase.
hash() — netty Function Reference
Architecture documentation for the hash() function in Snappy.java from the netty codebase.
maskChecksum() — netty Function Reference
Architecture documentation for the maskChecksum() function in Snappy.java from the netty codebase.
readPreamble() — netty Function Reference
Architecture documentation for the readPreamble() function in Snappy.java from the netty codebase.
reset() — netty Function Reference
Architecture documentation for the reset() function in Snappy.java from the netty codebase.
Snappy() — netty Function Reference
Architecture documentation for the Snappy() function in Snappy.java from the netty codebase.
validateChecksum() — netty Function Reference
Architecture documentation for the validateChecksum() function in Snappy.java from the netty codebase.
validateOffset() — netty Function Reference
Architecture documentation for the validateOffset() function in Snappy.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in SnappyDirectBenchmark.java from the netty codebase.
compressedRatio() — netty Function Reference
Architecture documentation for the compressedRatio() function in SnappyDirectBenchmark.java from the netty codebase.
setup() — netty Function Reference
Architecture documentation for the setup() function in SnappyDirectBenchmark.java from the netty codebase.
teardown() — netty Function Reference
Architecture documentation for the teardown() function in SnappyDirectBenchmark.java from the netty codebase.
checkByte() — netty Function Reference
Architecture documentation for the checkByte() function in SnappyFrameDecoder.java from the netty codebase.
ChunkType() — netty Function Reference
Architecture documentation for the ChunkType() function in SnappyFrameDecoder.java from the netty codebase.
decode() — netty Function Reference
Architecture documentation for the decode() function in SnappyFrameDecoder.java from the netty codebase.
SnappyFrameDecoder() — netty Function Reference
Architecture documentation for the SnappyFrameDecoder() function in SnappyFrameDecoder.java from the netty codebase.
initChannel() — netty Function Reference
Architecture documentation for the initChannel() function in SnappyFrameDecoderTest.java from the netty codebase.
tearDown() — netty Function Reference
Architecture documentation for the tearDown() function in SnappyFrameDecoderTest.java from the netty codebase.
testCompressedDataBeforeStreamIdentifier() — netty Function Reference
Architecture documentation for the testCompressedDataBeforeStreamIdentifier() function in SnappyFrameDecoderTest.java from the netty codebase.
testCompressedDataDecodesAndAppendsToOut() — netty Function Reference
Architecture documentation for the testCompressedDataDecodesAndAppendsToOut() function in SnappyFrameDecoderTest.java from the netty codebase.
testInvalidChecksumDoesNotThrowException() — netty Function Reference
Architecture documentation for the testInvalidChecksumDoesNotThrowException() function in SnappyFrameDecoderTest.java from the netty codebase.
testInvalidChecksumThrowsException() — netty Function Reference
Architecture documentation for the testInvalidChecksumThrowsException() function in SnappyFrameDecoderTest.java from the netty codebase.
testInvalidStreamIdentifierLength() — netty Function Reference
Architecture documentation for the testInvalidStreamIdentifierLength() function in SnappyFrameDecoderTest.java from the netty codebase.
testInvalidStreamIdentifierValue() — netty Function Reference
Architecture documentation for the testInvalidStreamIdentifierValue() function in SnappyFrameDecoderTest.java from the netty codebase.
testReservedSkippableBeforeStreamIdentifier() — netty Function Reference
Architecture documentation for the testReservedSkippableBeforeStreamIdentifier() function in SnappyFrameDecoderTest.java from the netty codebase.
testReservedSkippableSkipsInput() — netty Function Reference
Architecture documentation for the testReservedSkippableSkipsInput() function in SnappyFrameDecoderTest.java from the netty codebase.
testReservedUnskippableChunkTypeCausesError() — netty Function Reference
Architecture documentation for the testReservedUnskippableChunkTypeCausesError() function in SnappyFrameDecoderTest.java from the netty codebase.
testUncompressedDataAppendsToOut() — netty Function Reference
Architecture documentation for the testUncompressedDataAppendsToOut() function in SnappyFrameDecoderTest.java from the netty codebase.
testUncompressedDataBeforeStreamIdentifier() — netty Function Reference
Architecture documentation for the testUncompressedDataBeforeStreamIdentifier() function in SnappyFrameDecoderTest.java from the netty codebase.
calculateAndWriteChecksum() — netty Function Reference
Architecture documentation for the calculateAndWriteChecksum() function in SnappyFrameEncoder.java from the netty codebase.
encode() — netty Function Reference
Architecture documentation for the encode() function in SnappyFrameEncoder.java from the netty codebase.
setChunkLength() — netty Function Reference
Architecture documentation for the setChunkLength() function in SnappyFrameEncoder.java from the netty codebase.
SnappyFrameEncoder() — netty Function Reference
Architecture documentation for the SnappyFrameEncoder() function in SnappyFrameEncoder.java from the netty codebase.
writeChunkLength() — netty Function Reference
Architecture documentation for the writeChunkLength() function in SnappyFrameEncoder.java from the netty codebase.
writeUnencodedChunk() — netty Function Reference
Architecture documentation for the writeUnencodedChunk() function in SnappyFrameEncoder.java from the netty codebase.
setUp() — netty Function Reference
Architecture documentation for the setUp() function in SnappyFrameEncoderTest.java from the netty codebase.
testInputBufferOverseek() — netty Function Reference
Architecture documentation for the testInputBufferOverseek() function in SnappyFrameEncoderTest.java from the netty codebase.
testLargeAmountOfDataIsCompressed() — netty Function Reference
Architecture documentation for the testLargeAmountOfDataIsCompressed() function in SnappyFrameEncoderTest.java from the netty codebase.
testSmallAmountOfDataIsUncompressed() — netty Function Reference
Architecture documentation for the testSmallAmountOfDataIsUncompressed() function in SnappyFrameEncoderTest.java from the netty codebase.
testStreamStartIsOnlyWrittenOnce() — netty Function Reference
Architecture documentation for the testStreamStartIsOnlyWrittenOnce() function in SnappyFrameEncoderTest.java from the netty codebase.
EmbeddedChannel() — netty Function Reference
Architecture documentation for the EmbeddedChannel() function in SnappyIntegrationTest.java from the netty codebase.
printSeedAsTest() — netty Function Reference
Architecture documentation for the printSeedAsTest() function in SnappyIntegrationTest.java from the netty codebase.
test1002() — netty Function Reference
Architecture documentation for the test1002() function in SnappyIntegrationTest.java from the netty codebase.
test5323211032315942961() — netty Function Reference
Architecture documentation for the test5323211032315942961() function in SnappyIntegrationTest.java from the netty codebase.
test7088170877360183401() — netty Function Reference
Architecture documentation for the test7088170877360183401() function in SnappyIntegrationTest.java from the netty codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free