org.apache.blur.mapreduce.lib
Class IOUtil

java.lang.Object
  extended by org.apache.blur.mapreduce.lib.IOUtil

public class IOUtil
extends Object


Field Summary
static String UTF_8
           
 
Constructor Summary
IOUtil()
           
 
Method Summary
static String readString(DataInput input)
           
static int readVInt(DataInput input)
           
static void writeString(DataOutput output, String s)
           
static void writeVInt(DataOutput output, int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF_8

public static final String UTF_8
See Also:
Constant Field Values
Constructor Detail

IOUtil

public IOUtil()
Method Detail

readString

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

writeString

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

readVInt

public static int readVInt(DataInput input)
                    throws IOException
Throws:
IOException

writeVInt

public static void writeVInt(DataOutput output,
                             int i)
                      throws IOException
Throws:
IOException


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