System.IO.Compression.ZipArchiveEntry

E697510

System.IO.Compression.ZipArchiveEntry is a .NET class that represents a single file or directory entry within a ZIP archive, providing access to its metadata and compressed/uncompressed data streams.

All labels observed (1)

Label Occurrences
System.IO.Compression.ZipArchiveEntry canonical 2

How this entity was disambiguated

Statements (46)

Predicate Object
instanceOf .NET class ⓘ
class ⓘ
reference type ⓘ
assembly System.IO.Compression ⓘ
System.IO.Compression.dll ⓘ
belongsToFormat ZIP ⓘ
canRepresent directory by trailing slash in FullName ⓘ
inheritsFrom System.Object ⓘ
introducedIn .NET Framework 4.5 ⓘ
linked to: .NET Framework

.NET Standard 1.3 ⓘ
metadata compressed size ⓘ
entry name ⓘ
entry path ⓘ
file attributes ⓘ
file size ⓘ
last write time ⓘ
method Delete ⓘ
Equals ⓘ
GetHashCode ⓘ
Open ⓘ
ToString ⓘ
namespace System.IO.Compression ⓘ
platform .NET 5+ ⓘ
.NET Core ⓘ
.NET Framework ⓘ
.NET Standard ⓘ
property Archive ⓘ
CompressedLength ⓘ
ExternalAttributes ⓘ
FullName ⓘ
LastWriteTime ⓘ
Length ⓘ
Name ⓘ
provides access to compressed data stream ⓘ
access to uncompressed data stream ⓘ
represents directory entry in a ZIP archive ⓘ
file entry in a ZIP archive ⓘ
single entry in a ZIP archive ⓘ
requires System.IO.Compression.ZipFile for some helper methods (extension methods) ⓘ
serialization not marked as serializable in .NET ⓘ
supports creating entries in ZIP archives ⓘ
deleting entries from ZIP archives ⓘ
reading from ZIP archives ⓘ
updating entries in ZIP archives ⓘ
threadSafety instance members are not guaranteed to be thread-safe ⓘ
usedWith System.IO.Compression.ZipArchive ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.IO → containsType → System.IO.Compression.ZipArchiveEntry ⓘ
System.IO.Compression.ZipArchive → relatedClass → System.IO.Compression.ZipArchiveEntry ⓘ