class BaseReceivePack.MessageOutputWrapper
extends java.io.OutputStream
BaseReceivePack.msgOut
.
We don't want to expose BaseReceivePack.msgOut
directly because it can change
several times over the course of a session.
Constructor and Description |
---|
MessageOutputWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int ch) |
public void write(int ch)
write
in class java.io.OutputStream
public void write(byte[] b, int off, int len)
write
in class java.io.OutputStream
public void write(byte[] b)
write
in class java.io.OutputStream
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream