public abstract class ReaderWriter extends Object
| Constructor and Description |
|---|
ReaderWriter() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
readDatum(DataInput in) |
static void |
writeDatum(DataOutput out,
Object val) |
public static Object readDatum(DataInput in) throws IOException
IOExceptionpublic static void writeDatum(DataOutput out, Object val) throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.