Lines Matching refs:BufferedInputStream
48 return new BufferedInputStream(xInputStream); in turnToSeekable()
53 BufferedInputStream::BufferedInputStream(const Reference<XInputStream>& xInputStream) in BufferedInputStream() function in BufferedInputStream
96 BufferedInputStream::~BufferedInputStream() in ~BufferedInputStream()
102 Any SAL_CALL BufferedInputStream::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
112 void SAL_CALL BufferedInputStream::acquire( void ) throw() in acquire()
118 void SAL_CALL BufferedInputStream::release( void ) throw() in release()
125 sal_Int32 SAL_CALL BufferedInputStream::readBytes( Sequence< sal_Int8 >& aData,sal_Int32 nBytesToRe… in readBytes()
150 sal_Int32 SAL_CALL BufferedInputStream::readSomeBytes( in readSomeBytes()
162 void SAL_CALL BufferedInputStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
180 sal_Int32 SAL_CALL BufferedInputStream::available( void ) in available()
191 void SAL_CALL BufferedInputStream::closeInput( void ) in closeInput()
199 void SAL_CALL BufferedInputStream::seek( sal_Int64 location ) in seek()
215 sal_Int64 SAL_CALL BufferedInputStream::getPosition( void ) in getPosition()
225 sal_Int64 SAL_CALL BufferedInputStream::getLength( void ) throw( IOException,RuntimeException ) in getLength()