public abstract class FilterStreamInput extends StreamInput
StreamInput and delegates to it. To be used to add functionality to an existing stream by subclassing.| Modifier | Constructor and Description |
|---|---|
protected |
FilterStreamInput(StreamInput delegate) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close()
Closes the stream to further operations.
|
Version |
getVersion() |
int |
read() |
byte |
readByte()
Reads and returns a single byte.
|
void |
readBytes(byte[] b,
int offset,
int len)
Reads a specified number of bytes into an array at the specified offset.
|
void |
reset()
Resets the stream.
|
void |
setVersion(Version version) |
readBoolean, readByteArray, readBytesRef, readBytesRef, readBytesReference, readBytesReference, readDouble, readDoubleArray, readFloat, readFloatArray, readFully, readGenericValue, readGeoPoint, readInt, readIntArray, readList, readLong, readLongArray, readMap, readOptionalBoolean, readOptionalStreamable, readOptionalString, readOptionalText, readOptionalVInt, readShort, readString, readStringArray, readTaskStatus, readText, readThrowable, readVInt, readVIntArray, readVLong, readVLongArray, wrap, wrap, wrapmark, markSupported, read, read, skipprotected FilterStreamInput(StreamInput delegate)
public byte readByte()
throws IOException
StreamInputreadByte in class StreamInputIOExceptionpublic void readBytes(byte[] b,
int offset,
int len)
throws IOException
StreamInputreadBytes in class StreamInputb - the array to read bytes intooffset - the offset in the array to start storing byteslen - the number of bytes to readIOExceptionpublic void reset()
throws IOException
StreamInputreset in class StreamInputIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
StreamInputclose in interface Closeableclose in interface AutoCloseableclose in class StreamInputIOExceptionpublic int available()
throws IOException
available in class StreamInputIOExceptionpublic Version getVersion()
getVersion in class StreamInputpublic void setVersion(Version version)
setVersion in class StreamInputCopyright © 2009–2017. All rights reserved.