Closes the stream and releases any system resources associated with it.
Closes the stream and releases any system resources associated with it.
Marks the present position in the stream.
Marks the present position in the stream.
Tells whether this stream supports the mark() operation.
Tells whether this stream supports the mark() operation.
Reads code points into a portion of an array.
Reads code points into a portion of an array.
Attempts to read characters into the specified int buffer.
Attempts to read characters into the specified int buffer.
Reads code points into an array.
Reads code points into an array.
Reads a single code point.
Reads a single code point.
Tells whether this stream is ready to be read.
Tells whether this stream is ready to be read.
Resets the stream.
Resets the stream.
Skips characters.
Skips characters.
Simplified implementation of an empty CodePointReader