Objective Systems, Inc.  
Home
About ASN.1
Products
Free Software
Documents
Services
Resources
Resellers
Customers
Careers
About Us
Contact Us
 

Google


Objective Systems, Inc.

OSMemoryOutputStream Class Reference

Generic memory output stream. More...

#include <rtxCppMemoryOutputStream.h>

Inheritance diagram for OSMemoryOutputStream:

OSOutputStream OSStream OSOutputStreamIF OSStreamIF OSStreamIF List of all members.

Public Member Functions

 OSMemoryOutputStream (OSOCTET *pMemBuf, size_t bufSize)
 Initializes the memory output stream using the specified memory buffer.
 OSMemoryOutputStream (OSContext *pContext, OSOCTET *pMemBuf, size_t bufSize)
 Initializes the memory output stream using the specified memory buffer.

Detailed Description

Generic memory output stream.

This class opens an existing file for output in binary mode and reads data from it.

Definition at line 37 of file rtxCppMemoryOutputStream.h.


Constructor & Destructor Documentation

OSMemoryOutputStream::OSMemoryOutputStream OSOCTET *  pMemBuf,
size_t  bufSize
 

Initializes the memory output stream using the specified memory buffer.

Parameters:
pMemBuf The pointer to the buffer.
bufSize The size of the buffer.
Exceptions:
OSCStreamException stream can't be created or initialized.
See also:
rtxStreamMemoryAttach

OSMemoryOutputStream::OSMemoryOutputStream OSContext pContext,
OSOCTET *  pMemBuf,
size_t  bufSize
 

Initializes the memory output stream using the specified memory buffer.

Parameters:
pContext Pointer to a context to use.
pMemBuf The pointer to the buffer.
bufSize The size of the buffer.
Exceptions:
OSCStreamException stream can't be created or initialized.
See also:
rtxStreamMemoryAttach


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

This file was last modified on 8 Jan 2007.
XBinder, Version 1.1.9