Interface Chunk
- All Known Implementing Classes:
- Binary,- BinaryLoadItem,- BinaryLoadItemByteReversing,- ChunksBuffer,- ChunksBufferByteReversing,- ChunksWrapper,- ChunksWrapperByteReversing
public interface Chunk
- 
Method SummaryModifier and Type Method Description ByteBuffer[]buffers()voidclear()booleanisEmpty()longtotalLength()
- 
Method Details- 
buffersByteBuffer[] buffers()
- 
clearvoid clear()
- 
isEmptyboolean isEmpty()
- 
totalLengthlong totalLength()
 
-