Class UueSaveOptions

Class UueSaveOptions

이름 공간 : Aspose.Zip.Uue 모임: Aspose.Zip.dll (25.5.0)

새로 암호화된 파일을 저장할 수 있는 옵션

public class UueSaveOptions

Inheritance

object UueSaveOptions

상속 회원들

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

Constructors

UueSaveOptions(스트링, 스트링)

사용자가 제공한 파일 이름과 새 라인으로 옵션을 시작합니다.

public UueSaveOptions(string fileName, string newLine)

Parameters

fileName string

해독된 데이터를 복구할 때 사용해야 하는 파일 이름.

newLine string

각 라인을 끝내는 캐릭터.

UueSaveOptions(스트리트)

사용자가 제공한 파일 이름과 기본 새 라인으로 옵션을 시작합니다.

public UueSaveOptions(string fileName)

Parameters

fileName string

해독된 데이터를 복구할 때 사용해야 하는 파일 이름.

Properties

FileName

해독된 데이터를 복구할 때 사용할 파일 이름을 얻습니다.

public string FileName { get; }

부동산 가치

string

NewLine

각 라인을 끝내는 캐릭터를 얻습니다, 일반적으로 “\n"또는 “\r\n”.

public string NewLine { get; }

부동산 가치

string

UnixFilePermissions

파일의 Unix 파일 허가를 얻습니다.

public string UnixFilePermissions { get; set; }

부동산 가치

string

Remarks

값은 644 입니다.

 한국어