Package-level declarations
Types
Link copied to clipboard
A buffered reader that reads characters from a KReader.
Link copied to clipboard
Link copied to clipboard
A FileInputStream obtains input bytes from a file in a file system.
Link copied to clipboard
A KFileOutputStream
is an asynchronous file output stream that supports coroutine-based non-blocking I/O operations.
Link copied to clipboard
This abstract class is the superclass of all classes representing an input stream of bytes.
Link copied to clipboard
A reader that reads characters from an KInputStream.
Link copied to clipboard
Link copied to clipboard
Abstract class for reading character streams. The only methods that a subclass must implement are read(char[], int, int) and close(). Most subclasses, however, will override some of the methods defined here in order to provide higher efficiency, additional functionality, or both.
Link copied to clipboard