Package frost.io

ByteOrder
Describes the byte order of multi-byte values when read from or written to a stream.
Console
Provides access to the standard input, output, and error streams.
File
Represents a file path, providing methods to query, read, and write files.
IndentedOutputStream
An output stream which indents the lines it writes.
InputStream
A stream of binary or character data which can be read from.
LineNumberInputStream
A InputStream which sits on top of another stream, tracking the current line and column as it reads from the underlying stream.
MemoryInputStream
An InputStream which reads from a String.
MemoryOutputStream
An OutputStream which stores the data written to it in a memory buffer.
OutputStream
A stream of binary or character data which can be written to.
PushbackInputStream
An input stream which allows data to be "pushed back" into it, so that it may be read again.