Generated by
JDiff

Interface org.apache.hadoop.record.RecordOutput

Changed Methods
void endMap(TreeMap, String) Changed from abstract to non-abstract. Mark the end of a serialized map.
void endRecord(Record, String) Changed from abstract to non-abstract. Mark the end of a serialized record.
void endVector(ArrayList, String) Changed from abstract to non-abstract. Mark the end of a serialized vector.
void startMap(TreeMap, String) Changed from abstract to non-abstract. Mark the start of a map to be serialized.
void startRecord(Record, String) Changed from abstract to non-abstract. Mark the start of a record to be serialized.
void startVector(ArrayList, String) Changed from abstract to non-abstract. Mark the start of a vector to be serialized.
void writeBool(boolean, String) Changed from abstract to non-abstract. Write a boolean to serialized record.
void writeBuffer(Buffer, String) Changed from abstract to non-abstract. Write a buffer to serialized record.
void writeByte(byte, String) Changed from abstract to non-abstract. Write a byte to serialized record.
void writeDouble(double, String) Changed from abstract to non-abstract. Write a double precision floating point number to serialized record.
void writeFloat(float, String) Changed from abstract to non-abstract. Write a single-precision float to serialized record.
void writeInt(int, String) Changed from abstract to non-abstract. Write an integer to serialized record.
void writeLong(long, String) Changed from abstract to non-abstract. Write a long integer to serialized record.
void writeString(String, String) Changed from abstract to non-abstract. Write a unicode string to serialized record.