#95155# function to create unbuffered streams

This commit is contained in:
Martin Gallwey
2001-12-04 16:44:39 +00:00
parent 41ee24e0d6
commit 6de8fbbd27

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: ZipFile.hxx,v $ * $RCSfile: ZipFile.hxx,v $
* *
* $Revision: 1.16 $ * $Revision: 1.17 $
* *
* last change: $Author: mtg $ $Date: 2001-11-15 19:55:24 $ * last change: $Author: mtg $ $Date: 2001-12-04 17:44:39 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -116,6 +116,13 @@ protected:
const vos::ORef < EncryptionData > &rData, const vos::ORef < EncryptionData > &rData,
sal_Bool bRawStream, sal_Bool bRawStream,
sal_Bool bDecrypt ); sal_Bool bDecrypt );
com::sun::star::uno::Reference < com::sun::star::io::XInputStream > createUnbufferedStream(
ZipEntry & rEntry,
const vos::ORef < EncryptionData > &rData,
sal_Bool bRawStream,
sal_Bool bDecrypt );
sal_Bool hasValidPassword ( ZipEntry & rEntry, const vos::ORef < EncryptionData > &rData ); sal_Bool hasValidPassword ( ZipEntry & rEntry, const vos::ORef < EncryptionData > &rData );
public: public:
ZipFile( com::sun::star::uno::Reference < com::sun::star::io::XInputStream > &xInput, ZipFile( com::sun::star::uno::Reference < com::sun::star::io::XInputStream > &xInput,