Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
IInputOutputStreamHandle Class Reference

Input stream can read and interpret input from sequences of characters. More...

Inheritance diagram for IInputOutputStreamHandle:
IInputStreamHandle IOutputStreamHandle IUnknownHandle IUnknownHandle
error_type IInputOutputStream_CreateFromFile (string_type filename, IInputOutputStreamHandle **result)
 Opens an existing file at filename for read.
 
error_type IInputOutputStream_ToInputStream (IInputOutputStreamHandle *handle, IInputStreamHandle **result)
 Reinterpret current object as IInputStreamHandle.
 
error_type IInputOutputStream_ToOutputStream (IInputOutputStreamHandle *handle, IOutputStreamHandle **result)
 Reinterpret current object as IOutputStreamHandle.
 
error_type IInputOutputStream_Release (IInputOutputStreamHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IInputStreamHandle
error_type IInputStream_CreateFromFile (string_type filename, IInputStreamHandle **result)
 Opens an existing file at filename for read.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 
- Public Member Functions inherited from IOutputStreamHandle
error_type IOutputStream_CreateFromFile (string_type filename, IOutputStreamHandle **result)
 Creates a new file at filename location and opens it for writing.
 

Detailed Description

Input stream can read and interpret input from sequences of characters.

Examples:
write_custom.c.

Friends And Related Function Documentation

◆ IInputOutputStream_Release()

error_type IInputOutputStream_Release ( IInputOutputStreamHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: