Class UueSaveOptions
Class UueSaveOptions
Namespace: Aspose.Zip.Uue
Assembly: Aspose.Zip.dll (25.1.0)
保存 uuencoded 文件的选项。
public class UueSaveOptions
继承
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
UueSaveOptions(string, string)
使用用户提供的文件名和新行初始化选项。
public UueSaveOptions(string fileName, string newLine)
参数
fileName
string
重建解码数据时使用的文件名。
newLine
string
每行结束的字符。
UueSaveOptions(string)
使用用户提供的文件名和默认新行初始化选项。
public UueSaveOptions(string fileName)
参数
fileName
string
重建解码数据时使用的文件名。
属性
FileName
获取重建解码数据时使用的文件名。
public string FileName { get; }
属性值
NewLine
获取每行结束的字符,通常为 “\n” 或 “\r\n”。
public string NewLine { get; }
属性值
UnixFilePermissions
获取文件的 Unix 文件权限。
public string UnixFilePermissions { get; set; }
属性值
备注
默认值为 644。