public class UTFStringByteSource extends Object implements ByteSource
| Constructor and Description |
|---|
UTFStringByteSource(String key) |
| Modifier and Type | Method and Description |
|---|---|
byte |
get(long index) |
long |
length() |
UTFStringByteSource |
padLeft(int keyLen) |
public UTFStringByteSource(String key)
public byte get(long index)
get in interface ByteSourcepublic long length()
length in interface ByteSourcepublic UTFStringByteSource padLeft(int keyLen)
Copyright © 2018. All rights reserved.