org.apache.blur.lucene.serializer
Class IOUtil

java.lang.Object
  extended by org.apache.blur.lucene.serializer.IOUtil

public class IOUtil
extends Object


Constructor Summary
IOUtil()
           
 
Method Summary
static String readString(DataInput in)
           
static void writeString(DataOutput out, String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtil

public IOUtil()
Method Detail

writeString

public static void writeString(DataOutput out,
                               String s)
                        throws IOException
Throws:
IOException

readString

public static String readString(DataInput in)
                         throws IOException
Throws:
IOException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.