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

    Modifier and Type
    Method
    Description
    void
    seekToCheckpoint(C checkpoint)
     
    void
    skip(long items)