Package org.apache.cassandra.io.util
Class DataInputPlus.DataInputStreamPlus
java.lang.Object
java.io.InputStream
org.apache.cassandra.io.util.DataInputPlus.DataInputStreamPlus
- All Implemented Interfaces:
Closeable,DataInput,AutoCloseable,DataInputPlus
- Direct Known Subclasses:
RebufferingInputStream
- Enclosing interface:
- DataInputPlus
public abstract static class DataInputPlus.DataInputStreamPlus
extends InputStream
implements DataInputPlus
Wrapper around an InputStream that provides no buffering but can decode varints
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.io.util.DataInputPlus
DataInputPlus.DataInputStreamPlus -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTFMethods inherited from interface org.apache.cassandra.io.util.DataInputPlus
readUnsignedVInt, readUnsignedVInt32, readVInt, readVInt32, skipBytes, skipBytesFully
-
Constructor Details
-
DataInputStreamPlus
public DataInputStreamPlus()
-