Class SevenZipArchiveEntryPlain
Nome do espaço: Aspose.Zip.SevenZip Assembleia: Aspose.Zip.dll (25.5.0)
Representa um único arquivo dentro do arquivo 7z.
public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry
Inheritance
object ← SevenZipArchiveEntry ← SevenZipArchiveEntryPlain
Implements
Membros herdados
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
Coloque um Aspose.Zip.SevenZip.SevenZipArchiveEntry instância para Aspose.Zip.SevenZip.SevenZipArchiveEntryEncriptado para determinar se a entrada é criptografada ou não.
Methods
FinalizeCompressedData(Remoção, byte[])
Escreva para o fluxo de saída qualquer cabeçalho que siga os dados comprimidos.
protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)
Parameters
outputStream
Stream
fluxo de saída para a entrada.
encoderProperties
byte
[ ]
Propriedades do compressor.
Returns
Número de bytes “técnicos” que foram adicionados após a entrada de um bloco de dados significativo.
GetDestinationStream(Stream)
O fluxo de destino para a entrada, pode ser decorado.
protected override Stream GetDestinationStream(Stream outputStream)
Parameters
outputStream
Stream
fluxo de saída para a entrada.
Returns
O fluxo de destino para a compressão de entrada.