OutputStreamWriter Members

Class Overview | This Package | All Packages

Constructors

Name Description
OutputStreamWriter(OutputStream) Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) Create an OutputStreamWriter that uses the named character encoding.

Methods

Name Description
close() Close the stream.
flush() Flush the stream.
getEncoding() Return the name of the encoding being used by this stream.
write(char[], int, int) Write a portion of an array of characters.
write(int) Write a single character.
write(String, int, int) Write a portion of a string.