SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

fileData (property)

The contents of the last extracted file.

Syntax

@property (nonatomic,readwrite,assign,getter=fileData,setter=setFileData:) NSData* fileData;
- (NSData*)fileData;
- (void)setFileData:(NSData*)newFileData;
public var fileData: Data {
  get {...}
set {...} }

Remarks

Use this property to get the contents of the last extracted file with DataSource set to stBuffer (2).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]