Class UTFStringByteSource
java.lang.Object
org.nustaq.offheap.bytez.bytesource.UTFStringByteSource
- All Implemented Interfaces:
ByteSource
public class UTFStringByteSource extends java.lang.Object implements ByteSource
Created by ruedi on 05/08/15.
-
Constructor Summary
Constructors Constructor Description UTFStringByteSource(java.lang.String key) -
Method Summary
Modifier and Type Method Description byteget(long index)longlength()UTFStringByteSourcepadLeft(int keyLen)
-
Constructor Details
-
UTFStringByteSource
public UTFStringByteSource(java.lang.String key)
-
-
Method Details
-
get
public byte get(long index)- Specified by:
getin interfaceByteSource
-
length
public long length()- Specified by:
lengthin interfaceByteSource
-
padLeft
-