#include <OpenSOAP/ByteArray.h>
Go to the source code of this file.
Typedefs | |
| typedef tagOpenSOAPStream | OpenSOAPStream |
| OPenSOAPStream Structure Type Definition. | |
| typedef OpenSOAPStream * | OpenSOAPStreamPtr |
| OpenSOAPStream Pointer Type Definition. | |
Functions | |
| int | OpenSOAPStreamRelease (OpenSOAPStreamPtr s) |
| Release OpenSOAP Stream. | |
| int | OpenSOAPStreamRead (OpenSOAPStreamPtr s, unsigned char *buf, size_t *buf_sz) |
| Read From OpenSOAP Stream. | |
| int | OpenSOAPStreamWrite (OpenSOAPStreamPtr s, const unsigned char *buf, size_t *buf_sz) |
| Write To OpenSOAP Stream. | |
| int | OpenSOAPStreamReadToDelm (OpenSOAPStreamPtr s, const unsigned char *delm, size_t delm_sz, OpenSOAPByteArrayPtr buf) |
| Read From OpenSOAP Stream Up To Delimiter. | |
| int | OpenSOAPStreamReadChunkedDataStream (OpenSOAPStreamPtr s, OpenSOAPStreamPtr out) |
| Read Chunked Data From OpenSOAP Stream and write out to Stream. | |
| int | OpenSOAPStreamReadChunkedData (OpenSOAPStreamPtr s, OpenSOAPByteArrayPtr buf) |
| Read Chunked Data From OpenSOAP Stream. | |
| int | OpenSOAPStreamReadWithSize (OpenSOAPStreamPtr s, size_t sz, OpenSOAPByteArrayPtr buf) |
| Read Specified Size From OpenSOAP Stream. If size is 0, read as much as possible. | |
| int | OpenSOAPStreamReadWithSizeStream (OpenSOAPStreamPtr s, size_t sz, OpenSOAPStreamPtr out) |
| Read Specified Size From OpenSOAP Stream. If size is 0, read as much as possible. | |
| int | OpenSOAPStreamWriteByteArray (OpenSOAPStreamPtr s, OpenSOAPByteArrayPtr buf, size_t *write_sz) |
| Write To OpenSOAP Stream. | |
|
||||||||||||||||
|
Read From OpenSOAP Stream.
|
|
||||||||||||
|
Read Chunked Data From OpenSOAP Stream.
|
|
||||||||||||
|
Read Chunked Data From OpenSOAP Stream and write out to Stream.
|
|
||||||||||||||||||||
|
Read From OpenSOAP Stream Up To Delimiter.
|
|
||||||||||||||||
|
Read Specified Size From OpenSOAP Stream. If size is 0, read as much as possible.
|
|
||||||||||||||||
|
Read Specified Size From OpenSOAP Stream. If size is 0, read as much as possible.
|
|
|
Release OpenSOAP Stream.
|
|
||||||||||||||||
|
Write To OpenSOAP Stream.
|
|
||||||||||||||||
|
Write To OpenSOAP Stream.
|
1.3.6