Lines Matching refs:Stream
37 Stream::Stream( GnomeVFSHandle *handle, in Stream() function in Stream
47 Stream::~Stream( void ) in ~Stream()
55 Any Stream::queryInterface( const Type &type ) in queryInterface()
74 Stream::getInputStream( ) in getInputStream()
85 Stream::getOutputStream( ) in getOutputStream()
99 sal_Int32 SAL_CALL Stream::readBytes( in readBytes()
140 sal_Int32 SAL_CALL Stream::readSomeBytes( in readSomeBytes()
152 void SAL_CALL Stream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
172 sal_Int32 SAL_CALL Stream::available( ) in available()
180 void SAL_CALL Stream::closeInput( void ) in closeInput()
196 void SAL_CALL Stream::seek( sal_Int64 location ) in seek()
218 sal_Int64 SAL_CALL Stream::getPosition() in getPosition()
232 sal_Int64 SAL_CALL Stream::getLength() in getLength()
248 void SAL_CALL Stream::truncate( void ) in truncate()
262 void SAL_CALL Stream::writeBytes( const com::sun::star::uno::Sequence< sal_Int8 >& aData ) in writeBytes()
288 void SAL_CALL Stream::flush( void ) in flush()
294 void SAL_CALL Stream::closeOutput( void ) in closeOutput()
310 void Stream::closeStream( void ) in closeStream()
322 void Stream::throwOnError( GnomeVFSResult result ) in throwOnError()