class OutputFormatAdapter
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
private OutputFormat |
out |
Constructor and Description |
---|
OutputFormatAdapter(OutputFormat out) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b) |
void |
write(int b) |
private final OutputFormat out
public OutputFormatAdapter(OutputFormat out)