Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Out
Method Summary | |
void |
|
void |
|
void |
|
void |
|
public void flush()
Flush the stream.
public void newline()
writes a newline.
public void outc(byte c)
writes a byte.
- Parameters:
c
- byte to write
public void outc(int c)
writes an char.
- Parameters:
c
- char to write