ReaderWriter insteadpublic abstract class ReaderWriter
extends java.lang.Object
| Constructor and Description |
|---|
ReaderWriter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
readDatum(java.io.DataInput in)
Deprecated.
|
static void |
writeDatum(java.io.DataOutput out,
java.lang.Object val)
Deprecated.
|
public static java.lang.Object readDatum(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic static void writeDatum(java.io.DataOutput out,
java.lang.Object val)
throws java.io.IOException
java.io.IOExceptionCopyright © 2012 The Apache Software Foundation