org.apache.blur.lucene.serializer
Class SerializerUtil
java.lang.Object
org.apache.blur.lucene.serializer.SerializerUtil
public class SerializerUtil
- extends Object
SerializerUtil
public SerializerUtil()
writeString
public static void writeString(String s,
DataOutput out)
throws IOException
- Throws:
IOException
writeBytesRef
public static void writeBytesRef(org.apache.lucene.util.BytesRef bytes,
DataOutput out)
throws IOException
- Throws:
IOException
readString
public static String readString(DataInput in)
throws IOException
- Throws:
IOException
readBytesRef
public static org.apache.lucene.util.BytesRef readBytesRef(DataInput in)
throws IOException
- Throws:
IOException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.