public static class InStream.UncompressedStream extends InStream
InStream.UncompressedStream| Modifier and Type | Field and Description |
|---|---|
protected long |
currentOffset |
name, PROTOBUF_MESSAGE_MAX_LIMIT| Constructor and Description |
|---|
UncompressedStream(String name,
List<DiskRange> input,
long length) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] data,
int offset,
int length) |
protected void |
reset(List<DiskRange> input,
long length) |
void |
seek(long desired) |
void |
seek(PositionProvider index) |
String |
toString() |
create, create, createCodedInputStream, getStreamLength, getStreamNamemark, markSupported, read, reset, skippublic int read()
read in class InputStreampublic int read(byte[] data,
int offset,
int length)
read in class InputStreampublic int available()
available in class InputStreampublic void close()
public void seek(PositionProvider index) throws IOException
seek in class InStreamIOExceptionpublic void seek(long desired)
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.