e-CryptIt Engine Xojo Plugin |
|
AppleSingleEncoderStream.Constructor Constructor (console safe)
One of 3 Constructors for the AppleSingleEncoderStream class.
Constructor(
f as FolderItem,
appleDouble as Boolean,
buffer as MemoryBlock)
Parameters
- f
- The file to encode.
- appleDouble
- By setting this parameter to true then only the resource fork and MacOS file flags are encoded.
- buffer
- This you may want to use if you are doing optimized encoding that is based on sharing memory blocks. If you do not set this parameter then a default memory block with 4096 bytes is created internally.
Remarks
See Also
AppleSingleEncoderStream Class