Class CompactRawSerialisationUtils


  • public final class CompactRawSerialisationUtils
    extends Object
    The methods in this class are used in both CompactRawIntegerSerialiser and CompactRawLongSerialiser. They are based on methods from the org.apache.hadoop.io.WritableUtils class in Apache Hadoop. They are implemented as static methods in a utility class so that other classes can use them directly without the need to create a Serialisation class.