Class RarArchiveEntryEncrypted

Class RarArchiveEntryEncrypted

Namespace: Aspose.Zip.Rar
Assembly: Aspose.Zip.dll (25.1.0)

Representa un archivo único dentro del archivo comprimido.

public sealed class RarArchiveEntryEncrypted : RarArchiveEntry, IArchiveFileEntry

Herencia

objectRarArchiveEntryRarArchiveEntryEncrypted

Implementa

IArchiveFileEntry

Miembros heredados

RarArchiveEntry.Open(string), RarArchiveEntry.Extract(string, string), RarArchiveEntry.Extract(Stream, string), RarArchiveEntry.Name, RarArchiveEntry.CompressedSize, RarArchiveEntry.UncompressedSize, RarArchiveEntry.ModificationTime, RarArchiveEntry.CreationTime, RarArchiveEntry.LastAccessTime, RarArchiveEntry.IsDirectory, RarArchiveEntry.ExtractionProgressed, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Observaciones

Convierte una instancia de Aspose.Zip.Rar.RarArchiveEntry a Aspose.Zip.Rar.RarArchiveEntryEncrypted para determinar si la entrada está encriptada o no.

 Español