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, wait
forEachRemaining
forEach, spliterator
public AvroCSVReader(InputStream stream, CSVProperties props, org.apache.avro.Schema schema, Class<E> type, boolean reuseRecords)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2019 The Apache Software Foundation. All rights reserved.