Class SevenZipArchiveEntryEncrypted
Namespace: Aspose.Zip.SevenZip
Assembly: Aspose.Zip.dll (25.1.0)
7z 아카이브 내의 단일 파일을 나타냅니다.
public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry
상속
object ← SevenZipArchiveEntry ← SevenZipArchiveEntryEncrypted
구현
상속된 멤버
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()
비고
Aspose.Zip.SevenZip.SevenZipArchiveEntry 인스턴스를 Aspose.Zip.SevenZip.SevenZipArchiveEntryEncrypted로 캐스팅하여 항목이 암호화되었는지 여부를 확인합니다.
메서드
FinalizeCompressedData(Stream, byte[])
압축 데이터 뒤에 오는 모든 헤더를 출력 스트림에 씁니다.
protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)
매개변수
outputStream
Stream
항목에 대한 출력 스트림입니다.
encoderProperties
byte[]
압축기의 속성입니다.
반환값
항목의 중요한 데이터 블록 뒤에 추가된 “기술적” 바이트 수입니다.
예외
키가 손상되어 스트림에 잘못된 패딩을 유발할 수 있습니다.
마지막 블록이 이미 변환되었습니다.
GetDestinationStream(Stream)
항목에 대한 목적지 스트림으로, 장식될 수 있습니다.
protected override Stream GetDestinationStream(Stream outputStream)
매개변수
outputStream
Stream
항목에 대한 출력 스트림입니다.
반환값
항목 압축을 위한 목적지 스트림입니다.