e-CryptIt Engine Xojo Plugin

MacBinaryStream.Constructor Constructor (console safe)

One of 4 constructors for the MacBinaryStream. This one is used for encoding when then DataFork and the ResourceFork don't come from the same file.

Constructor(
   sourceDF as FolderItem,
   sourceRF as FolderItem)

Parameters

sourceDF
A valid FolderItem instance that points to a data fork of the file to be encoded.
sourceRF
A valid FolderItem instance that points to a resource fork stored in a data fork of the file to be encoded.

Remarks

See Also

MacBinaryStream Class