public interface LongInputStream extends ValueInputStream<LongStreamCheckpoint>
Modifier and Type | Method and Description |
---|---|
long |
next() |
void |
next(int[] values,
int items) |
void |
next(long[] values,
int items) |
void |
next(short[] values,
int items) |
default void |
nextIntVector(int items,
int[] vector,
int offset) |
default void |
nextLongVector(int items,
long[] vector) |
default long |
sum(int items) |
getCheckpointType, seekToCheckpoint, skip
long next() throws IOException
IOException
void next(long[] values, int items) throws IOException
IOException
void next(int[] values, int items) throws IOException
IOException
void next(short[] values, int items) throws IOException
IOException
default void nextIntVector(int items, int[] vector, int offset) throws IOException
IOException
default void nextLongVector(int items, long[] vector) throws IOException
IOException
default long sum(int items) throws IOException
IOException
Copyright © 2012–2021. All rights reserved.