Package io.trino.orc.stream
Class ByteInputStream
java.lang.Object
io.trino.orc.stream.ByteInputStream
- All Implemented Interfaces:
ValueInputStream<ByteStreamCheckpoint>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytenext()voidnext(byte[] values, int items) byte[]next(int items) voidseekToCheckpoint(ByteStreamCheckpoint checkpoint) voidskip(long items)
-
Constructor Details
-
ByteInputStream
-
-
Method Details
-
seekToCheckpoint
- Specified by:
seekToCheckpointin interfaceValueInputStream<ByteStreamCheckpoint>- Throws:
IOException
-
skip
- Specified by:
skipin interfaceValueInputStream<ByteStreamCheckpoint>- Throws:
IOException
-
next
- Throws:
IOException
-
next
- Throws:
IOException
-
next
- Throws:
IOException
-