#include <store.hxx>
Constructor & Destructor Documentation
store::OStoreStream::OStoreStream |
( |
void |
| ) |
throw () |
|
inline |
store::OStoreStream::~OStoreStream |
( |
void |
| ) |
throw () |
|
inline |
store::OStoreStream::OStoreStream |
( |
OStoreStream const & |
rhs | ) |
throw () |
|
inline |
Construction from Stream Handle.
Member Function Documentation
void store::OStoreStream::close |
( |
void |
| ) |
throw () |
|
inline |
storeError store::OStoreStream::flush |
( |
void |
| ) |
const throw () |
|
inline |
storeError store::OStoreStream::getSize |
( |
sal_uInt32 & |
rnSize | ) |
const throw () |
|
inline |
bool store::OStoreStream::isValid |
( |
void |
| ) |
const throw () |
|
inline |
Check for a valid Stream Handle.
- Returns
- sal_True if valid, sal_False otherwise.
Conversion into Stream Handle.
storeError store::OStoreStream::readAt |
( |
sal_uInt32 |
nOffset, |
|
|
void * |
pBuffer, |
|
|
sal_uInt32 |
nBytes, |
|
|
sal_uInt32 & |
rnDone |
|
) |
| throw () |
|
inline |
storeError store::OStoreStream::setSize |
( |
sal_uInt32 |
nSize | ) |
throw () |
|
inline |
storeError store::OStoreStream::writeAt |
( |
sal_uInt32 |
nOffset, |
|
|
void const * |
pBuffer, |
|
|
sal_uInt32 |
nBytes, |
|
|
sal_uInt32 & |
rnDone |
|
) |
| throw () |
|
inline |
The documentation for this class was generated from the following file: