15#include "AUI/Common/AException.h"
16#include "AUI/IO/IInputStream.h"
18#include <AUI/IO/APath.h>
19#include <AUI/IO/ISeekableInputStream.h>
25class AZLibException :
public AException {
29 AZLibException(
const AString& message) : AException(message) {}
35_unique<IInputStream> API_AUI_CORE decompressToStream(
AByteBufferView b);
Acts like std::string_view but for AByteBuffer.
Definition AByteBufferView.h:24
std::vector-like growing array for byte storage.
Definition AByteBuffer.h:31
Represents a Unicode character string.
Definition AString.h:38