summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-12-04 16:44:39 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-12-04 16:44:39 +0000
commit6de8fbbd27dfb4b69bce1b51eb3cd48abf3215db (patch)
treec8255ea86279d8a0a5fb0db01ece26247b23c761 /package/inc
parent41ee24e0d6a0ad4a4bbf143def066f8db90f2732 (diff)
#95155# function to create unbuffered streams
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipFile.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index 1a798ba501f9..de09b30aae03 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -116,6 +116,13 @@ protected:
const vos::ORef < EncryptionData > &rData,
sal_Bool bRawStream,
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 );
public:
ZipFile( com::sun::star::uno::Reference < com::sun::star::io::XInputStream > &xInput,