fileInputData (property)

When This property is set, the class will read in the data from This property instead of reading from the file contained in the DecompressedName property.

Syntax

- (NSString*)fileInputData:(int)fileIndex;
- (void)setFileInputData:(int)fileIndex:(NSString*)newFileInputData;

- (NSData*)fileInputDataB:(int)fileIndex; - (void)setFileInputDataB:(int)fileIndex:(NSData*)newFileInputData;
public func fileInputData(fileIndex: Int32) throws -> String
public func setFileInputData(fileIndex: Int32, newFileInputData: String) throws -> Void
public func fileInputDataB(fileIndex: Int32) throws -> Data
public func setFileInputDataB(fileIndex: Int32, newFileInputData: Data) throws -> Void

Default Value

""

Remarks

When This property is set, the class will read in the data from This property 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.

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