- read() - Method in class java.io.BufferedInputStream
-
See the general contract of the read
method of InputStream
.
- read(byte[], int, int) - Method in class java.io.BufferedInputStream
-
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
- read() - Method in class java.io.BufferedReader
-
Reads a single character.
- read(char[], int, int) - Method in class java.io.BufferedReader
-
Reads characters into a portion of an array.
- read() - Method in class java.io.CharArrayReader
-
Reads a single character.
- read(char[], int, int) - Method in class java.io.CharArrayReader
-
Reads characters into a portion of an array.
- read() - Method in class java.io.PipedInputStream
-
Reads the next byte of data from this piped input stream.
- read(byte[], int, int) - Method in class java.io.PipedInputStream
-
Reads up to len
bytes of data from this piped input stream into an array of bytes.
- read() - Method in class java.io.PipedReader
-
Reads the next character of data from this piped stream.
- read(char[], int, int) - Method in class java.io.PipedReader
-
Reads up to len
characters of data from this piped stream into an array of characters.
- read() - Method in class java.io.PushbackInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class java.io.PushbackInputStream
-
Reads up to len
bytes of data from this input stream into an array of bytes.
- read() - Method in class java.io.SequenceInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class java.io.SequenceInputStream
-
Reads up to len
bytes of data from this input stream into an array of bytes.
- read() - Method in class java.io.StringReader
-
Reads a single character.
- read(char[], int, int) - Method in class java.io.StringReader
-
Reads characters into a portion of an array.
- readLine() - Method in class java.io.BufferedReader
-
Reads a line of text.
- ready() - Method in class java.io.BufferedReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class java.io.CharArrayReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class java.io.PipedReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class java.io.StringReader
-
Tells whether this stream is ready to be read.
- receive(int) - Method in class java.io.PipedInputStream
-
Receives a byte of data.
- reset() - Method in class java.io.BufferedInputStream
-
See the general contract of the reset
method of InputStream
.
- reset() - Method in class java.io.BufferedReader
-
Resets the stream to the most recent mark.
- reset() - Method in class java.io.CharArrayReader
-
Resets the stream to the most recent mark, or to the beginning if it has never been marked.
- reset() - Method in class java.io.PushbackInputStream
-
Repositions this stream to the position at the time the mark
method was last called on this input
stream.
- reset() - Method in class java.io.StringReader
-
Resets the stream to the most recent mark, or to the beginning of the string if it has never been marked.