public class RowOutput extends DataOutputStream
written
out
Constructor and Description |
---|
RowOutput()
Constructs a RowOutput object
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBufferBytes()
Returns a byte array containing the bytes written to this RowOutput
|
int |
getBufferLength()
Returns the number of bytes written to this RowOutput
|
String |
toString()
Returns a String representation of this RowOutput object that
shows the current contents of the underlying byte array.
|
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
close, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
write
public byte[] getBufferBytes()
public int getBufferLength()