public interface Out
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flush the stream.
|
void |
newline()
writes a newline.
|
void |
outc(byte c)
writes a byte.
|
void |
outc(int c)
writes an char.
|
Copyright © 2000–2017 sourceforge. All rights reserved.