org.apache.gora.util
Class WritableUtils

java.lang.Object
  extended by org.apache.gora.util.WritableUtils

public class WritableUtils
extends Object

An utility class for Writable related functionality.


Method Summary
static Properties readProperties(DataInput in)
           
static void writeProperties(DataOutput out, Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeProperties

public static final void writeProperties(DataOutput out,
                                         Properties props)
                                  throws IOException
Throws:
IOException

readProperties

public static final Properties readProperties(DataInput in)
                                       throws IOException
Throws:
IOException


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.