Lines Matching refs:Stream
39 Stream::Stream( GnomeVFSHandle *handle, in Stream() function in Stream
49 Stream::~Stream( void ) in ~Stream()
57 Any Stream::queryInterface( const Type &type ) in queryInterface()
76 Stream::getInputStream( ) in getInputStream()
87 Stream::getOutputStream( ) in getOutputStream()
101 sal_Int32 SAL_CALL Stream::readBytes( in readBytes()
142 sal_Int32 SAL_CALL Stream::readSomeBytes( in readSomeBytes()
154 void SAL_CALL Stream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
174 sal_Int32 SAL_CALL Stream::available( ) in available()
182 void SAL_CALL Stream::closeInput( void ) in closeInput()
198 void SAL_CALL Stream::seek( sal_Int64 location ) in seek()
220 sal_Int64 SAL_CALL Stream::getPosition() in getPosition()
234 sal_Int64 SAL_CALL Stream::getLength() in getLength()
250 void SAL_CALL Stream::truncate( void ) in truncate()
264 void SAL_CALL Stream::writeBytes( const com::sun::star::uno::Sequence< sal_Int8 >& aData ) in writeBytes()
290 void SAL_CALL Stream::flush( void ) in flush()
296 void SAL_CALL Stream::closeOutput( void ) in closeOutput()
312 void Stream::closeStream( void ) in closeStream()
324 void Stream::throwOnError( GnomeVFSResult result ) in throwOnError()