Package org.nustaq.offheap.bytez
Interface ByteSink
- All Known Subinterfaces:
BasicBytez,Bytez
- All Known Implementing Classes:
ByteBufferBasicBytez,HeapBytez,MallocBytez,MemoryBytez,MMFBytez
public interface ByteSink
Created by moelrue on 5/5/15.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) longlength()voidput(long byteIndex, byte value)
-
Method Details
-
put
void put(long byteIndex, byte value) -
length
long length() -
copyTo
-