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