org.apache.hcatalog.data
Class ReaderWriter

Object
  extended by ReaderWriter

public abstract class ReaderWriter
extends Object


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

Constructor Detail

ReaderWriter

public ReaderWriter()
Method Detail

readDatum

public static Object readDatum(DataInput in)
                        throws IOException
Throws:
IOException

writeDatum

public static void writeDatum(DataOutput out,
                              Object val)
                       throws IOException
Throws:
IOException