org.apache.blur.mapreduce.lib
Class IOUtil
java.lang.Object
org.apache.blur.mapreduce.lib.IOUtil
public class IOUtil
- extends Object
UTF_8
public static final String UTF_8
- See Also:
- Constant Field Values
IOUtil
public IOUtil()
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.