public interface BatchLongSupplier
extends java.util.function.LongSupplier, java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
get(long[] buffer,
int limit) |
void |
reset()
Reset this input making this readable from the beginning
|
long |
skip(long count)
Skip some items.
|