UueSaveOptions
UueSaveOptions class
Options for saving an uuencoded file.
The UueSaveOptions type exposes the following members:
Constructors
Name | Description |
---|---|
UueSaveOptions(file_name, new_line) | Initializes the options with user proveded file name and new line. |
UueSaveOptions(file_name) | Initializes the options with user proveded file name and new line. |
Properties
Name | Description |
---|---|
new_line | Gets the character terminating each line, usually “\n” or “\r\n”. |
file_name | Gets the file name to be used when recreating the decoded data. |
unix_file_permissions | Gets the file’s Unix file permissions. |
See Also
- namespace aspose.zip.uue
- assembly Aspose.Zip