AvroInputStreamBuilder

class AvroInputStreamBuilder[T](format: AvroFormat)(`evidence$1`: Decoder[T])
class Object
trait Matchable
class Any

Value members

Concrete methods

def from(path: String): AvroInputStreamBuilderWithSource[T]
def from(in: InputStream): AvroInputStreamBuilderWithSource[T]
def from(bytes: Array[Byte]): AvroInputStreamBuilderWithSource[T]
def from(buffer: ByteBuffer): AvroInputStreamBuilderWithSource[T]