Class BytezByteSource

java.lang.Object
org.nustaq.offheap.bytez.bytesource.BytezByteSource
All Implemented Interfaces:
ByteSource

public class BytezByteSource
extends java.lang.Object
implements ByteSource
Created by ruedi on 27.06.14.
  • Constructor Summary

    Constructors 
    Constructor Description
    BytezByteSource​(Bytez bytes, long off, int len)  
  • Method Summary

    Modifier and Type Method Description
    byte get​(long index)  
    Bytez getBytes()  
    int getLen()  
    long getOff()  
    long length()  
    void setBytes​(Bytez bytes)  
    void setLen​(int len)  
    void setOff​(long off)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait