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
IOException
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.