Searched refs:ByteChucker (Results 1 – 4 of 4) sorted by relevance
35 ByteChucker::ByteChucker(Reference<XOutputStream> xOstream) in ByteChucker() function in ByteChucker47 ByteChucker::~ByteChucker() in ~ByteChucker()51 void ByteChucker::WriteBytes( const Sequence< sal_Int8 >& aData ) in WriteBytes()56 sal_Int64 ByteChucker::GetPosition( ) in GetPosition()61 ByteChucker& ByteChucker::operator << (sal_Int8 nInt8) in operator <<()68 ByteChucker& ByteChucker::operator << (sal_Int16 nInt16) in operator <<()75 ByteChucker& ByteChucker::operator << (sal_Int32 nInt32) in operator <<()85 ByteChucker& ByteChucker::operator << (sal_uInt8 nuInt8) in operator <<()91 ByteChucker& ByteChucker::operator << (sal_uInt16 nuInt16) in operator <<()98 ByteChucker& ByteChucker::operator << (sal_uInt32 nuInt32) in operator <<()
37 class ByteChucker class46 ByteChucker (com::sun::star::uno::Reference<com::sun::star::io::XOutputStream> xOstream);47 ~ByteChucker();53 ByteChucker& operator << (sal_Int8 nInt8);54 ByteChucker& operator << (sal_Int16 nInt16);55 ByteChucker& operator << (sal_Int32 nInt32);56 ByteChucker& operator << (sal_uInt8 nuInt8);57 ByteChucker& operator << (sal_uInt16 nuInt16);58 ByteChucker& operator << (sal_uInt32 nuInt32);
58 ByteChucker aChucker;
65 package/source/package/zipapi/ByteChucker \