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
    void copyTo​(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes)  
    long length()  
    void put​(long byteIndex, byte value)  
  • Method Details

    • put

      void put​(long byteIndex, byte value)
    • length

      long length()
    • copyTo

      void copyTo​(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes)