(incubating) | The Free and Open Productivity Suite
 Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA
PRIVATE MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

:: store ::

class OStoreStream


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
File
store.hxx

Public Members

Methods


OStoreStream( void ) throw( );
Construction.

~OStoreStream( void ) throw( );
Destruction.

OStoreStream( const OStoreStream & rOther ) throw( );
Copy construction.
OStoreStream &
operator=( const OStoreStream & rOther ) throw( );
Assignment.

OStoreStream( storeStreamHandle Handle ) throw( );
Construction from Stream Handle.

operator storeStreamHandle( void ) const throw( );
Conversion into Stream Handle.
sal_Bool
isValid( void ) const throw( );
Check for a valid Stream Handle.
storeError
create( storeFileHandle hFile, const rtl::OUString & rPath, const rtl::OUString & rName, storeAccessMode eMode ) throw( );
Open the stream.
void
close( void ) throw( );
Close the stream.
storeError
readAt( sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes, sal_uInt32 & rnDone ) throw( );
Read from the stream.
storeError
writeAt( sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nBytes, sal_uInt32 & rnDone ) throw( );
Write to the stream.
storeError
flush( void ) const throw( );
Flush the stream.
storeError
getSize( sal_uInt32 & rnSize ) const throw( );
Get the stream size.
storeError
setSize( sal_uInt32 nSize ) throw( );
Set the stream size.

Private Members

Data

storeStreamHandle m_hImpl; Representation.

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.