public static interface SparkeyReader.Entry
Modifier and Type | Method and Description |
---|---|
byte[] |
getKey() |
String |
getKeyAsString() |
int |
getKeyLength() |
SparkeyReader.Type |
getType() |
byte[] |
getValue() |
InputStream |
getValueAsStream() |
String |
getValueAsString() |
long |
getValueLength() |
int getKeyLength()
byte[] getKey()
String getKeyAsString()
long getValueLength()
byte[] getValue() throws IOException
IOException
String getValueAsString() throws IOException
IOException
InputStream getValueAsStream()
SparkeyReader.Type getType()
Copyright © 2013. All rights reserved.