AvroInputStreamBuilderWithSource

com.sksamuel.avro4s.AvroInputStreamBuilderWithSource
class AvroInputStreamBuilderWithSource[T](format: AvroFormat, in: InputStream)(implicit evidence$2: Decoder[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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.

Attributes

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.

Attributes