|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Out
Tidy Output interface.
Method Summary | |
---|---|
void |
close()
Flush and close the stream. |
void |
newline()
writes a newline. |
void |
outc(byte c)
writes a byte. |
void |
outc(int c)
writes an char. |
Method Detail |
---|
void outc(int c) throws java.io.IOException
c
- char to write
java.io.IOException
void outc(byte c) throws java.io.IOException
c
- byte to write
java.io.IOException
void newline() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |