KInput Stream Reader
A reader that reads characters from an KInputStream.
This class is equivalent to the java.io.InputStreamReader.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Tells whether this stream supports the mark() operation. The default implementation always returns false.
Link copied to clipboard
Reads characters into the given CharBuffer.
Reads a single character.
Reads characters into an array.
Reads characters into a portion of an array.
Link copied to clipboard