AvroInputStream

trait AvroInputStream[T] extends AutoCloseable
Companion
object
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Abstract methods

def close(): Unit

Closes this stream and any underlying resources.

Closes this stream and any underlying resources.

def iterator: Iterator[T]

Returns an iterator for the values of T in the stream.

Returns an iterator for the values of T in the stream.

def tryIterator: Iterator[Try[T]]

Returns an iterator for values of Try[T], so that any decoding issues are wrapped.

Returns an iterator for values of Try[T], so that any decoding issues are wrapped.