e-CryptIt Engine Xojo Plugin |
|
AppleSingleDecoderStream.Constructor Constructor (console safe)
One of 2 Constructors for the AppleSingleDecoderStream class.
Constructor(
destination as FolderItem)
Parameters
- destination
- The file name and location of the destination file. (Since in AppleSingle the original file name may not be known until end of the stream then you need to provide a temporary name for the destination file which is used until the original name is known). You are responsible for doing checks making sure the destination file does not allready exist before calling the constructor.
Remarks
See Also
AppleSingleDecoderStream Class