Lines Matching refs:FileStreamWrapper_Impl

89 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()
251 void SAL_CALL FileStreamWrapper_Impl::seek( sal_Int64 _nLocation ) throw (IllegalArgumentException,… in seek()
264 sal_Int64 SAL_CALL FileStreamWrapper_Impl::getPosition( ) throw (IOException, RuntimeException) in getPosition()
278 sal_Int64 SAL_CALL FileStreamWrapper_Impl::getLength( ) throw (IOException, RuntimeException) in getLength()
299 void FileStreamWrapper_Impl::checkConnected() in checkConnected()
313 void FileStreamWrapper_Impl::checkError() in checkError()
1236 Reference < XInputStream > xStream = new FileStreamWrapper_Impl( m_aTempURL );