Class ArchiveEntryPlain
Namespace: Aspose.Zip
Assembly: Aspose.Zip.dll (25.1.0)
Representa um único arquivo dentro do arquivo compactado.
public sealed class ArchiveEntryPlain : ArchiveEntry, IArchiveFileEntry
Herança
object ← ArchiveEntry ← ArchiveEntryPlain
Implementa
Membros Herdados
ArchiveEntry.Open(string), ArchiveEntry.Extract(string, string), ArchiveEntry.Extract(Stream, string), ArchiveEntry.CompressedSize, ArchiveEntry.Name, ArchiveEntry.Comment, ArchiveEntry.UncompressedSize, ArchiveEntry.ModificationTime, ArchiveEntry.IsDirectory, ArchiveEntry.DataSource, ArchiveEntry.CompressionSettings, ArchiveEntry.CompressionProgressed, ArchiveEntry.ExtractionProgressed, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Observações
Converta uma instância de Aspose.Zip.ArchiveEntry para Aspose.Zip.ArchiveEntryEncrypted para determinar se a entrada está criptografada ou não.