Home
last modified time | relevance | path

Searched refs:FileStreamWrapper_Impl (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx89 class FileStreamWrapper_Impl : public FileInputStreamWrapper_Base class
97 FileStreamWrapper_Impl( const String& rName );
98 virtual ~FileStreamWrapper_Impl();
117 FileStreamWrapper_Impl::FileStreamWrapper_Impl( const String& rName ) in FileStreamWrapper_Impl() function in FileStreamWrapper_Impl
125 FileStreamWrapper_Impl::~FileStreamWrapper_Impl() in ~FileStreamWrapper_Impl()
140 sal_Int32 SAL_CALL FileStreamWrapper_Impl::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesT… in readBytes()
169 sal_Int32 SAL_CALL FileStreamWrapper_Impl::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMa… in readSomeBytes()
192 void SAL_CALL FileStreamWrapper_Impl::skipBytes(sal_Int32 nBytesToSkip) throw( NotConnectedExceptio… in skipBytes()
213 sal_Int32 SAL_CALL FileStreamWrapper_Impl::available() throw( NotConnectedException, RuntimeExcepti… in available()
235 void SAL_CALL FileStreamWrapper_Impl::closeInput() throw( NotConnectedException, RuntimeException ) in closeInput()
[all …]