public class BytezByteSource extends Object implements ByteSource
| Constructor and Description |
|---|
BytezByteSource(Bytez bytes,
long off,
int len) |
public BytezByteSource(Bytez bytes, long off, int len)
public byte get(long index)
get in interface ByteSourcepublic long length()
length in interface ByteSourcepublic Bytez getBytes()
public void setBytes(Bytez bytes)
public long getOff()
public void setOff(long off)
public int getLen()
public void setLen(int len)
Copyright © 2015. All rights reserved.