Overview
Index
Tree
Deprecated
Package klyn.io
Contains 14 type(s).
Types
Interfaces
InputStream
- Binary input stream contract.
OutputStream
- Binary output stream contract.
TextReader
- Text reader contract.
TextWriter
- Text writer contract.
Classes
AbstractTextWriter
- Convenience base class for concrete `TextWriter` implementations.
FileInputStream
- File-backed binary input stream.
FileOutputStream
- File-backed binary output stream.
FilePath
- Represents a file path.
FileReader
- Text reader backed by one file.
FileWriter
- Text writer backed by one file.
FolderPath
- Represents a directory path.
Path
- Filesystem path API.
Exceptions
FileNotFoundException
- Exception raised when a filesystem path is expected to exist but cannot be found.
IOException
- Base I/O exception.