Class UueSaveOptions

Class UueSaveOptions

Namespace: Aspose.Zip.Uue
Assembly: Aspose.Zip.dll (25.2.0)

Options for saving an uuencoded file.

public class UueSaveOptions

Inheritance

objectUueSaveOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

UueSaveOptions(string, string)

Initializes the options with user proveded file name and new line.

public UueSaveOptions(string fileName, string newLine)

Parameters

fileName string

The file name to be used when recreating the decoded data.

newLine string

The character terminating each line.

UueSaveOptions(string)

Initializes the options with user proveded file name and the default new line.

public UueSaveOptions(string fileName)

Parameters

fileName string

The file name to be used when recreating the decoded data.

Properties

FileName

Gets the file name to be used when recreating the decoded data.

public string FileName { get; }

Property Value

string

NewLine

Gets the character terminating each line, usually “\n” or “\r\n”.

public string NewLine { get; }

Property Value

string

UnixFilePermissions

Gets the file’s Unix file permissions.

public string UnixFilePermissions { get; set; }

Property Value

string

Remarks

Default is 644.

 English