Package io.airlift.slice
Class FixedLengthSliceInput
- java.lang.Object
-
- java.io.InputStream
-
- io.airlift.slice.SliceInput
-
- io.airlift.slice.FixedLengthSliceInput
-
- All Implemented Interfaces:
Closeable,DataInput,AutoCloseable
- Direct Known Subclasses:
BasicSliceInput,ChunkedSliceInput
public abstract class FixedLengthSliceInput extends SliceInput
-
-
Constructor Summary
Constructors Constructor Description FixedLengthSliceInput()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract longlength()Gets the total size of this input stream.longremaining()Gets the number of bytes remaining after the current position in this stream.-
Methods inherited from class io.airlift.slice.SliceInput
available, close, getRetainedSize, isReadable, mark, markSupported, position, read, read, read, readBoolean, readByte, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readSlice, readUnsignedByte, readUnsignedInt, readUnsignedShort, readUTF, reset, setPosition, skip, skipBytes
-
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
-