org.apache.hcatalog.data
Class ReaderWriter

java.lang.Object
  extended by org.apache.hcatalog.data.ReaderWriter

public abstract class ReaderWriter
extends java.lang.Object


Constructor Summary
ReaderWriter()
           
 
Method Summary
static java.lang.Object readDatum(java.io.DataInput in)
           
static void writeDatum(java.io.DataOutput out, java.lang.Object val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderWriter

public ReaderWriter()
Method Detail

readDatum

public static java.lang.Object readDatum(java.io.DataInput in)
                                  throws java.io.IOException
Throws:
java.io.IOException

writeDatum

public static void writeDatum(java.io.DataOutput out,
                              java.lang.Object val)
                       throws java.io.IOException
Throws:
java.io.IOException