public interface ValueInputStream<C extends StreamCheckpoint>
Modifier and Type | Method and Description |
---|---|
Class<? extends C> |
getCheckpointType() |
void |
seekToCheckpoint(C checkpoint) |
void |
skip(long items) |
void seekToCheckpoint(C checkpoint) throws IOException
IOException
void skip(long items) throws IOException
IOException
Copyright © 2012–2020. All rights reserved.