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 Type Method Description voidcopyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes)longlength()voidput(long byteIndex, byte value)