Package java.io
Class OutputStreamWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
- Direct Known Subclasses:
FileWriter
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OutputStreamWriter
-
OutputStreamWriter
- Throws:
UnsupportedEncodingException
-
-
Method Details
-
close
- Specified by:
close
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in classWriter
- Throws:
IOException
-
getEncoding
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-