Method Summary |
|
public void | align(int v) Aligns to a specified value. |
public void | close() Completes the response. |
public void | debugData() |
public void | flushBuffer() Flushes the buffer. |
public int | getOffset() Returns the offset. |
public void | init(WriteStream out) initialize the writer. |
public void | initRaw(WriteStream out) initialize the writer. |
public void | start10Message(int type) Starts a 1.0 message. |
public void | start11Message(int type) Starts a 1.1 message. |
public void | start12Message(int type) Starts a 1.2 message. |
public void | write(int v) Writes a byte. |
public void | write(byte[] buffer, int offset, int length) |
public void | writeInt(int v) Writes an integer. |
final public void | writeShort(int v) |