T - public class ChunkInputStream<T> extends InputStream
ChunkOutputStream
This implementation is not thread-safe!| Constructor and Description |
|---|
ChunkInputStream(Keyspace keyspace,
String cf,
T key,
Serializer<T> rowKeySerializer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
markSupported()
Not supported
|
int |
read() |
public ChunkInputStream(Keyspace keyspace, String cf, T key, Serializer<T> rowKeySerializer)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreamCopyright © 2014. All Rights Reserved.