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