public class NChunkedStoreReaderImpl<T> extends Object
| Constructor and Description |
|---|
NChunkedStoreReaderImpl(net.thevpc.nuts.io.NPath folder,
int bufferSize,
int chunkNumberLayout,
net.thevpc.nuts.util.NChunkedStoreFactory<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
net.thevpc.nuts.util.NOptional<T> |
read() |
List<T> |
read(int count) |
public NChunkedStoreReaderImpl(net.thevpc.nuts.io.NPath folder,
int bufferSize,
int chunkNumberLayout,
net.thevpc.nuts.util.NChunkedStoreFactory<T> factory)
Copyright © 2026 vpc open source initiative. All rights reserved.