public interface DatumReader<D>
Determines the in-memory data representation.
Modifier and Type | Method and Description |
---|---|
D |
read(D reuse,
Decoder in)
Read a datum.
|
void |
setSchema(Schema schema)
Set the writer's schema.
|
void setSchema(Schema schema)
D read(D reuse, Decoder in) throws IOException
IOException
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.