SecureBlackbox 2020 iOS Edition

Questions / Feedback?

updateVirtual (method)

Updates an entry in the archive with on-the-fly content.

Syntax

- (void)updateVirtual:(NSString*)path;
public func updateVirtual(_ path: String) throws -> Void

Remarks

Use this method to update content of an existing archive entry. Pass the archive-local entrypath via the Path parameter. After updating the entry, tune up its DataSource propertyin accordance with the desired content origin. Subscribe to BeforeCompressFile to supplythe actual data via FileData or FileStream properties.

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