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입니다.