public abstract class Out
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
encoding |
java.io.OutputStream |
out |
int |
state |
| Constructor and Description |
|---|
Out() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
newline() |
abstract void |
outc(byte c) |
abstract void |
outc(int c) |