SecureBlackbox 2020 iOS Edition

Questions / Feedback?

appendBytes (method)

Appends a byte array to a server-side file.

Syntax

- (void)appendBytes:(NSData*)bytes :(NSString*)remoteFile;
public func appendBytes(_ bytes: Data, _ remoteFile: String) throws -> Void

Remarks

Use this method to append Bytes to RemoteFile on the server.

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