AvroInputStreamBuilderWithSource

class AvroInputStreamBuilderWithSource[T](format: AvroFormat, in: InputStream)(`evidence$2`: Decoder[T])
class Object
trait Matchable
class Any

Value members

Concrete methods

def build(writerSchema: Schema): AvroInputStream[T]

Builds an AvroInputStream with the specified writer schema.

Builds an AvroInputStream with the specified writer schema.

Builds an AvroInputStream that uses the schema present in the file. This method does not work for binary or json formats because those formats do not store the schema.

Builds an AvroInputStream that uses the schema present in the file. This method does not work for binary or json formats because those formats do not store the schema.