fileInputData (property)

The data of the file to be compressed.

Syntax

@property (nonatomic,readwrite,assign,getter=fileInputData,setter=setFileInputData:) NSString* fileInputData;
- (NSString*)fileInputData;
- (void)setFileInputData:(NSString*)newFileInputData;

@property (nonatomic,readwrite,assign,getter=fileInputDataB,setter=setFileInputDataB:) NSData* fileInputDataB; - (NSData*)fileInputDataB; - (void)setFileInputDataB:(NSData*)newFileInputData;
public var fileInputData: String {
  get {...}
set {...} }
public var fileInputDataB: Data { get {...}
set {...} }

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.

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