#include <errno.h>#include <string.h>#include "fileoutputstream.h"#include "gzipoutputstream.h"#include "outputstream.h"#include "printstream.h"#include "xmlcpg.h"Functions | |
| void | xmlcpgdeleteOutputStream (xmlcpgOutputStream *os) |
| Destroys the output stream. | |
| int | xmlcpgisOutputStream (const xmlcpgOutputStream *os) |
| Tells if the the object is an output stream. | |
| int | xmlcpggetOutputStreamEOS (const xmlcpgOutputStream *os) |
| Tests the end of stream indicator of the output stream. | |
| int | xmlcpgflushOutputStream (xmlcpgOutputStream *os) |
| Flushes the output stream. | |
| int | xmlcpgwriteOutputStreamChar (xmlcpgOutputStream *os, int c) |
| Writes a character to the output stream. | |
| int | xmlcpgwriteOutputStream (xmlcpgOutputStream *os, const void *ptr, int nb) |
| Writes some bytes of data from the buffer ptr. | |
| int | xmlcpgcloseOutputStream (xmlcpgOutputStream *os) |
| Closes the output stream. | |
| int | xmlcpggetOutputStreamError (const xmlcpgOutputStream *os) |
| Tests the error indicator of the output stream. | |
| const char * | xmlcpggetOutputStreamErrorString (const xmlcpgOutputStream *os) |
| Gets the string describing the error. | |
Variables | |
| struct { | |
| xmlcpgObjectTag tag | |
| } | xmlcpgOUTPUTSTREAM |
|
|
Closes the output stream.
|
|
|
Destroys the output stream. The stream must be closed before with the xmlcpgcloseOutputStream function.
|
|
|
Flushes the output stream.
|
|
|
Tests the end of stream indicator of the output stream.
|
|
|
Tests the error indicator of the output stream.
|
|
|
Gets the string describing the error.
|
|
|
Tells if the the object is an output stream.
|
|
||||||||||||||||
|
Writes some bytes of data from the buffer ptr.
|
|
||||||||||||
|
Writes a character to the output stream.
|
|
|
|
|
|
|
1.2.18