FileInputStream Property

When This property is set to a valid stream, the class will read in the data from the stream as the current file instead of reading from the file contained in the DecompressedName property.

Syntax

ANSI (Cross Platform)
int SetFileInputStream(int iFileIndex, IPWorksZipStream* sFileInputStream);

Unicode (Windows)
INT SetFileInputStream(INT iFileIndex, IPWorksZipStream* sFileInputStream);
#define PID_JAR_FILEINPUTSTREAM 12


IPWORKSZIP_EXTERNAL int IPWORKSZIP_CALL IPWorksZip_Jar_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSZIP_EXTERNAL int IPWORKSZIP_CALL IPWorksZip_Jar_CheckIndex(void *lpObj, int propid, int arridx);

Remarks

When This property is set to a valid stream, the class will read in the data from the stream as the current file instead of reading from the file contained in the FileDecompressedName property.

The FileIndex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is write-only and not available at design time.

Data Type

IPWorksZipStream

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 C++ Edition - Version 20.0 [Build 8300]