From 6de8fbbd27dfb4b69bce1b51eb3cd48abf3215db Mon Sep 17 00:00:00 2001 From: Martin Gallwey Date: Tue, 4 Dec 2001 16:44:39 +0000 Subject: [PATCH] #95155# function to create unbuffered streams --- package/inc/ZipFile.hxx | 11 +++++++++-- 1 file 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,