| Constructor and Description |
|---|
AvroCSVReader(InputStream stream,
CSVProperties props,
org.apache.avro.Schema schema,
Class<E> type,
boolean reuseRecords) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Iterator<E> |
iterator() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic AvroCSVReader(InputStream stream, CSVProperties props, org.apache.avro.Schema schema, Class<E> type, boolean reuseRecords)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2020 The Apache Software Foundation. All rights reserved.