Interface ByteSource

All Known Subinterfaces:
BasicBytez, Bytez
All Known Implementing Classes:
AsciiStringByteSource, ByteArrayByteSource, ByteBufferBasicBytez, BytezByteSource, CutAsciiStringByteSource, HeapBytez, LeftCutStringByteSource, MallocBytez, MemoryBytez, MMFBytez, UTFStringByteSource

public interface ByteSource
Created by ruedi on 27.06.14.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    get(long index)
     
    long
     
  • Method Details

    • get

      byte get(long index)
    • length

      long length()