Class UueSaveOptions

UueSaveOptions class

Options for saving an uuencoded file.

public class UueSaveOptions

Constructors

NameDescription
UueSaveOptions(string)Initializes the options with user proveded file name and the default new line.
UueSaveOptions(string, string)Initializes the options with user proveded file name and new line.

Properties

NameDescription
FileName { get; }Gets the file name to be used when recreating the decoded data.
NewLine { get; }Gets the character terminating each line, usually “\n” or “\r\n”.
UnixFilePermissions { get; set; }Gets the file’s Unix file permissions.

See Also