Interface Chunk
- All Known Implementing Classes:
 Binary,BinaryLoadItem,BinaryLoadItemByteReversing,ChunksBuffer,ChunksBufferByteReversing,ChunksWrapper,ChunksWrapperByteReversing
public interface Chunk
- 
Method Summary
Modifier and Type Method Description ByteBuffer[]buffers()voidclear()booleanisEmpty()longtotalLength() 
- 
Method Details
- 
buffers
ByteBuffer[] buffers() - 
clear
void clear() - 
isEmpty
boolean isEmpty() - 
totalLength
long totalLength() 
 -