FilterWriter Members

FilterWriter Members

Class Overview | This Package | All Packages

Fields
Name Description
out The underlying character-output stream.

Constructors
Name Description
FilterWriter(Writer) Create a new filtered writer.

Methods
Name Description
close() Close the stream.
flush() Flush the 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.