Lines Matching refs:ByteGrabber
36 ByteGrabber::ByteGrabber(uno::Reference < io::XInputStream > xIstream) in ByteGrabber() function in ByteGrabber
44 ByteGrabber::~ByteGrabber() in ~ByteGrabber()
48 void ByteGrabber::setInputStream (uno::Reference < io::XInputStream > xNewStream) in setInputStream()
56 sal_Int32 SAL_CALL ByteGrabber::readBytes( uno::Sequence< sal_Int8 >& aData, in readBytes()
65 sal_Int64 SAL_CALL ByteGrabber::seek( sal_Int64 location ) in seek()
83 sal_Int64 SAL_CALL ByteGrabber::getPosition( ) in getPosition()
93 sal_Int64 SAL_CALL ByteGrabber::getLength( ) in getLength()
103 ByteGrabber& ByteGrabber::operator >> (sal_Int8& rInt8) in operator >>()
113 ByteGrabber& ByteGrabber::operator >> (sal_Int16& rInt16) in operator >>()
128 ByteGrabber& ByteGrabber::operator >> (sal_Int32& rInt32) in operator >>()
146 ByteGrabber& ByteGrabber::operator >> (sal_uInt8& rInt8) in operator >>()
156 ByteGrabber& ByteGrabber::operator >> (sal_uInt16& rInt16) in operator >>()
171 ByteGrabber& ByteGrabber::operator >> (sal_uInt32& ruInt32) in operator >>()