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 Detail
-
buffers
ByteBuffer[] buffers()
-
clear
void clear()
-
isEmpty
boolean isEmpty()
-
totalLength
long totalLength()
-
-