public class WritableByteArray
extends java.lang.Object
Constructor and Description |
---|
WritableByteArray() |
WritableByteArray(byte[] b) |
public WritableByteArray()
public WritableByteArray(byte[] b)
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public void readFields(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void set(byte[] b, int start, int end)
public int getLength()
public byte[] getBuffer()
public void write(byte[] b, int start, int end)
public byte[] getData()