- CharArrayReader - Class in java.io
-
This class implements a character buffer that can be used as a character-input stream.
- CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- checkError() - Method in class java.io.PrintWriter
-
Flushes the stream if it's not closed and checks its error state.
- clearError() - Method in class java.io.PrintWriter
-
Clears the error state of this stream.
- close() - Method in class java.io.BufferedInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.BufferedReader
-
- close() - Method in class java.io.BufferedWriter
-
- close() - Method in class java.io.CharArrayReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.PipedInputStream
-
Closes this piped input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.PipedOutputStream
-
Closes this piped output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.PipedReader
-
Closes this piped stream and releases any system resources associated with the stream.
- close() - Method in class java.io.PipedWriter
-
Closes this piped output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.PrintWriter
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.PushbackInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.SequenceInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.StringReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.StringWriter
-
Closing a StringWriter has no effect.
- connect(PipedOutputStream) - Method in class java.io.PipedInputStream
-
Causes this piped input stream to be connected to the piped output stream src
.
- connect(PipedInputStream) - Method in class java.io.PipedOutputStream
-
Connects this piped output stream to a receiver.
- connect(PipedWriter) - Method in class java.io.PipedReader
-
Causes this piped reader to be connected to the piped writer src
.
- connect(PipedReader) - Method in class java.io.PipedWriter
-
Connects this piped writer to a receiver.
- count - Variable in class java.io.BufferedInputStream
-
The index one greater than the index of the last valid byte in the buffer.
- count - Variable in class java.io.BufferedOutputStream
-
The number of valid bytes in the buffer.
- count - Variable in class java.io.CharArrayReader
-
The index of the end of this buffer.