Class SevenZipArchiveEntryEncrypted

Class SevenZipArchiveEntryEncrypted

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

7z 파일 내에서 하나의 파일을 나타냅니다.

public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryEncrypted

Implements

IArchiveFileEntry

상속 회원들

SevenZipArchiveEntry.GetDestinationStream(Stream) , SevenZipArchiveEntry.FinalizeCompressedData(Stream, byte[]) , SevenZipArchiveEntry.Extract(string, string) , SevenZipArchiveEntry.Extract(Stream, string) , SevenZipArchiveEntry.Open(string) , SevenZipArchiveEntry.Name , SevenZipArchiveEntry.ModificationTime , SevenZipArchiveEntry.UncompressedSize , SevenZipArchiveEntry.CompressedSize , SevenZipArchiveEntry.IsDirectory , SevenZipArchiveEntry.CompressionSettings , SevenZipArchiveEntry.Source , SevenZipArchiveEntry.FileAttributes , SevenZipArchiveEntry.CompressionProgressed , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Remarks

Aspose.Zip.SevenZip.SevenZipArchiveEntry 예를 들어 Aspose.Zip.SevenZip.SevenZipArchiveEntry에 암호화되어 입력이 암호화되었는지 여부를 결정합니다.

Methods

FinalizeCompressedData(흐름, 바이트[])

압축된 데이터를 따르는 모든 헤드셋을 출력 스트림으로 쓰십시오.

protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)

Parameters

outputStream Stream

입구를 위한 출력 스트림.

encoderProperties byte [ ] [ [ ]

압축기의 특성

Returns

int

입력 후 추가 된 “기술적"바이트의 수는 상당한 데이터 블록입니다.

Exceptions

CryptographicException

열쇠는 부패하여 흐름에 부적절한 패딩을 일으킬 수 있습니다.

NotSupportedException

마지막 블록은 이미 변형되었습니다.

GetDestinationStream(Stream)

입구를위한 목적지 흐름, 장식 될 수 있습니다.

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

입구를 위한 출력 스트림.

Returns

Stream

입구 압축을 위한 목적지 스트림.

 한국어