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
IOExceptionCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.