Class SevenZipArchiveEntryPlain
Nombre del espacio: Aspose.Zip.SevenZip Asamblea: Aspose.Zip.dll (25.5.0)
Representa un solo archivo dentro del archivo 7z.
public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry
Inheritance
object ← SevenZipArchiveEntry ← SevenZipArchiveEntryPlain
Implements
Miembros heredados
SevenZipArchiveEntry.GetDestinationStream(Stream) ,y, SevenZipArchiveEntry.FinalizeCompressedData(Stream, byte[]) ,y, SevenZipArchiveEntry.Extract(string, string) ,y, SevenZipArchiveEntry.Extract(Stream, string) ,y, SevenZipArchiveEntry.Open(string) ,y, SevenZipArchiveEntry.Name ,y, SevenZipArchiveEntry.ModificationTime ,y, SevenZipArchiveEntry.UncompressedSize ,y, SevenZipArchiveEntry.CompressedSize ,y, SevenZipArchiveEntry.IsDirectory ,y, SevenZipArchiveEntry.CompressionSettings ,y, SevenZipArchiveEntry.Source ,y, SevenZipArchiveEntry.FileAttributes ,y, SevenZipArchiveEntry.CompressionProgressed ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Remarks
Cast a Aspose.Zip.SevenZip.SevenZipArchiveEntry instancia a Aspose.Zip.SevenZip.SevenZipArchiveEntryEncriptado para determinar si la entrada está cifrada o no.
Methods
FinalizeCompressedData(El flujo, el byte[])
Escribe para el flujo de salida cualquier título que siga los datos comprimidos.
protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)
Parameters
outputStream
Stream
El flujo de salida para la entrada.
encoderProperties
byte
[][]
Propiedades del compresor.
Returns
Número de bytes “técnicos” que se añadieron después de la entrada de un bloque de datos significativo.
GetDestinationStream(Stream)
El flujo de destino para la entrada, puede ser decorado.
protected override Stream GetDestinationStream(Stream outputStream)
Parameters
outputStream
Stream
El flujo de salida para la entrada.
Returns
El flujo de destino para la compresión de entrada.