@Internal public interface CompactReader<T> extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CompactReader.Factory<T>
Factory to create
CompactReader. |
| Modifier and Type | Method and Description |
|---|---|
T |
read()
Read a record, return null if no more record.
|
T read() throws IOException
IOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.