Static Public Member Functions

Celartem::WrapperStorage Class Reference

#include <cel_storage.h>

Inheritance diagram for Celartem::WrapperStorage:
Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static AutoPtr< WrapperStoragecreate (Stream *inStream, bool forWrite)

Detailed Description

This class provides temporary storage on an existing stream instance.


Member Function Documentation

static AutoPtr<WrapperStorage> Celartem::WrapperStorage::create ( Stream inStream,
bool  forWrite 
) [static]

This method creates a memory storage based random access feature on the specified stream.

Parameters:
inStream Pointer to a stream.
forWrite If this is true, the newly created storage is read-write. Please note that the storage does not reflect the data in the original stream.
If this is false, the newly created storage is read-only.

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

This document is made with doxygen 1.7.1 at Thu Feb 17 2011 15:40:18.
Caminova Logo