IO streams#
Input-output streams
Related Pages#
-
Default extracter for aui::zlib::readZip.
-
Writer for ZIP archives.
-
A buffer input/output stream based on std::string.
-
Concatenates multiple sequential input streams into one.
-
Exception caused by input/output stream.
-
An asynchronous buffer that converts an IInputStream to IOutputStream (and otherwise).
-
std::istream implementation wrapping AUI's IInputStream.
-
Input stream based on AByteBuffer with memory control, clears byte buffer on destruction
-
Flag enum for APath::isEffectivelyAccessible
-
An add-on to AStringView with functions for working with the path.
-
An input stream that generates random bytes.
-
Opens a file for a binary write.
-
Represents an input stream with updating reading position.
-
An add-on to AString with functions for working with the path.
-
RAII-style file owner for storing temporary data on disk.
-
Thrown when stream has reached end (end of file).
-
Input stream that will pass through a maximum of a certain number of bytes - then it will return eof (end of stream)
-
Opens a file for a binary read.
-
Converts a basic input stream to an asynchronous input stream so it's read in a separate thread.
-
Converts a AByteBuffer to an IInputStream.
-
A thread safe buffer that converts an IInputStream to IOutputStream (and otherwise).
-
Represents an input stream.