Celartem::PartialStorage Class Reference

#include <cel_storage.h>

Inheritance diagram for Celartem::PartialStorage:

Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static AutoPtr< PartialStoragecreate (Storage *inStorage, uint64_t inOffset, uint64_t inSize, bool inReadOnly)


Detailed Description

This class creates a virtual Storage based on a existing one. The created Storage cannot be expanded by writeBytes method.
See also:
storages

Definition at line 790 of file cel_storage.h.


Member Function Documentation

static AutoPtr<PartialStorage> Celartem::PartialStorage::create ( Storage inStorage,
uint64_t  inOffset,
uint64_t  inSize,
bool  inReadOnly 
) [static]

This method creates virtual Storage.

Parameters:
inStorage A storage.
inOffset Offset in bytes.
inSize The size in bytes.
inReadOnly true if the new storage should be readonly; otherwise false.
Returns:
Pointer to the newly created storage.


The documentation for this class was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:22 2008.