|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MetaTF.Runtime.AsciiWriter
AsciiWriter implements LowLevelWriter
Constructor Summary | |
AsciiWriter(java.io.OutputStream os)
|
Method Summary | |
void |
close()
Close the output stream |
void |
flush()
Flush the output stream |
void |
write(char value)
Write a char, such as special tags, etc. |
void |
write(int value)
Write an int |
void |
write(long value)
Write a long |
void |
write(java.lang.String value)
Write a string, adding quotes |
void |
writeln()
Write a new line. |
void |
writeln(java.lang.String s)
Write a plain string (no quotes), terminated by a new line Only used to write comment records |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AsciiWriter(java.io.OutputStream os)
Method Detail |
public void write(long value) throws java.io.IOException
LowLevelWriter
write
in interface LowLevelWriter
MetaTF.Runtime.LowLevelWriter
java.io.IOException
- IF write failspublic void write(int value) throws java.io.IOException
LowLevelWriter
write
in interface LowLevelWriter
MetaTF.Runtime.LowLevelWriter
java.io.IOException
- IF write failspublic void write(char value) throws java.io.IOException
LowLevelWriter
write
in interface LowLevelWriter
MetaTF.Runtime.LowLevelWriter
java.io.IOException
- IF write failspublic void write(java.lang.String value) throws java.io.IOException
LowLevelWriter
write
in interface LowLevelWriter
MetaTF.Runtime.LowLevelWriter
java.io.IOException
- IF write failspublic void writeln(java.lang.String s)
LowLevelWriter
writeln
in interface LowLevelWriter
MetaTF.Runtime.LowLevelWriter
java.io.IOException
- IF write failspublic void writeln() throws java.io.IOException
LowLevelWriter
writeln
in interface LowLevelWriter
MetaTF.Runtime.LowLevelWriter
java.io.IOException
- IF write failspublic void close()
LowLevelWriter
close
in interface LowLevelWriter
public void flush()
LowLevelWriter
flush
in interface LowLevelWriter
|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |