|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.util.Errorable
ewe.io.StreamWriter
| Field Summary | |
String |
encoding
Deprecated. Set this to be a text encoding form. |
boolean |
useCR
Deprecated. This determines whether a CR is sent before a LF character. |
static String |
UTF8
Deprecated. This is the "UTF8" constant string. |
| Fields inherited from class ewe.util.Errorable |
error |
| Constructor Summary | |
StreamWriter(OutputStream out)
Deprecated. |
|
StreamWriter(Stream s)
Deprecated. |
|
StreamWriter(String path,
boolean append)
Deprecated. |
|
| Method Summary | |
boolean |
close()
Deprecated. |
boolean |
flush()
Deprecated. |
boolean |
isOpen()
Deprecated. |
boolean |
print(String what)
Deprecated. Output a String. |
boolean |
println()
Deprecated. Output a blank line. |
boolean |
println(String what)
Deprecated. Output a String followed by CR/LF. |
| Methods inherited from class ewe.util.Errorable |
returnError, returnError, returnError |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public static final String UTF8
public String encoding
public boolean useCR
| Constructor Detail |
public StreamWriter(Stream s)
public StreamWriter(String path,
boolean append)
throws IOException
public StreamWriter(OutputStream out)
| Method Detail |
public boolean println()
public boolean print(String what)
public boolean println(String what)
public boolean isOpen()
public boolean close()
public boolean flush()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||