Closes the stream and releases any system resources associated with it.
Marks the present position in the stream.
Tells whether this stream supports the mark() operation.
Reads a single character.
Reads characters into an array.
Reads characters into a portion of an array.
Tells whether this stream is ready to be read.
Resets the stream.
Skips characters.
Reads all characters from this reader and writes the characters to the given writer in the order that they are read.
Static
nullReturns a new Reader that reads no characters.
See java.io.StringReader for full documentation