Package io.trino.orc.stream
Interface ValueInputStream<C extends StreamCheckpoint>
-
- All Known Subinterfaces:
LongInputStream
- All Known Implementing Classes:
BooleanInputStream,ByteArrayInputStream,ByteInputStream,DecimalInputStream,DoubleInputStream,FloatInputStream,LongInputStreamV1,LongInputStreamV2
public interface ValueInputStream<C extends StreamCheckpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidseekToCheckpoint(C checkpoint)voidskip(long items)
-
-
-
Method Detail
-
seekToCheckpoint
void seekToCheckpoint(C checkpoint) throws IOException
- Throws:
IOException
-
skip
void skip(long items) throws IOException
- Throws:
IOException
-
-