1#ifndef _C_STREAM_OBJECT_H
2#define _C_STREAM_OBJECT_H
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains all type forward declarations returned by the library API.
This file contains types and constants used as parameters or return values.
Represents memory stored data.
A dictionary object is an associative table containing pairs of objects.
Base class for syntactic tokens.
Stream object represents compressed data inside document.
error_type CALLING_CONVENTION StreamObject_GetBodyRaw(StreamObjectHandle *handle, BufferHandle **result)
Get uncompressed stream body.
error_type CALLING_CONVENTION StreamObject_ToObject(StreamObjectHandle *handle, ObjectHandle **result)
Reinterpret current object as ObjectHandle.
error_type CALLING_CONVENTION StreamObject_GetBody(StreamObjectHandle *handle, BufferHandle **result)
Get decompressed stream content.
error_type CALLING_CONVENTION StreamObject_SetHeader(StreamObjectHandle *handle, DictionaryObjectHandle *value)
Set new streams header dictionary.
error_type CALLING_CONVENTION StreamObject_GetHeader(StreamObjectHandle *handle, DictionaryObjectHandle **result)
Return streams header dictionary.
error_type CALLING_CONVENTION StreamObject_FromObject(ObjectHandle *handle, StreamObjectHandle **result)
Convert ObjectHandle to StreamObjectHandle.
error_type CALLING_CONVENTION StreamObject_Create(StreamObjectHandle **result)
Creates a new StreamObject instance.
error_type CALLING_CONVENTION StreamObject_SetBody(StreamObjectHandle *handle, BufferHandle *value)
Set new stream content.
error_type CALLING_CONVENTION StreamObject_Release(StreamObjectHandle *handle)
Decrement the internal reference counter.
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25