java io FilterWriter








Class java.io.FilterWriter





All Packages Class Hierarchy This Package Previous Next Index


Class java.io.FilterWriter


java.lang.Object
|
+----java.io.Writer
|
+----java.io.FilterWriter



public abstract class FilterWriter
extends Writer

Abstract class for writing filtered character streams.








out
The underlying character-output stream.






FilterWriter(Writer)
Create a new filtered writer.






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.






out

protected Writer out


The underlying character-output stream.







FilterWriter

protected FilterWriter(Writer out)


Create a new filtered writer.







write

public void write(int c) throws IOException


Write a single character.


Throws: IOException
If an I/O error occurs
Overrides:
write in class Writer



write

public void write(char cbuf[],
int off,
int len) throws IOException


Write a portion of an array of characters.


Parameters:
cbuf - Buffer of characters to be written
off - Offset from which to start reading characters
len - Number of characters to be written
Throws: IOException
If an I/O error occurs
Overrides:
write in class Writer



write

public void write(String str,
int off,
int len) throws IOException


Write a portion of a string.


Parameters:
str - String to be written
off - Offset from which to start reading characters
len - Number of characters to be written
Throws: IOException
If an I/O error occurs
Overrides:
write in class Writer



flush

public void flush() throws IOException


Flush the stream.


Throws: IOException
If an I/O error occurs
Overrides:
flush in class Writer



close

public void close() throws IOException


Close the stream.


Throws: IOException
If an I/O error occurs
Overrides:
close in class Writer




All Packages Class Hierarchy This Package Previous Next Index

Submit a bug or feature - Version 1.1.7 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1995-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.




Wyszukiwarka

Podobne podstrony:
java io FilterInputStream
java io FilterOutputStream
java io FilterReader
java io InvalidClassException
java io SyncFailedException
java io SequenceInputStream
java io BufferedInputStream
java io BufferedWriter
java io PushbackInputStream
java io BufferedOutputStream
java io InvalidObjectException
java io FileDescriptor
java io ObjectInputStream
java io ObjectOutputStream
java io StreamTokenizer
java io PipedReader
java io ObjectOutput
java io OutputStream
java io PrintWriter

więcej podobnych podstron