#include <cel_storage.h>

Static Public Member Functions | |
| static AutoPtr< WrapperStorage > | create (Stream *inStream, bool forWrite) |
This class provides temporary storage on an existing stream instance.
| 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.
| 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. |