System.IO.Compression.ZipArchive
E697509
System.IO.Compression.ZipArchive is a .NET class that provides an API for creating, reading, and modifying ZIP archive files in memory or on disk.
Statements (50)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
class ⓘ |
| assembly | System.IO.Compression.dll NERFINISHED ⓘ |
| canOperateInMemory | true ⓘ |
| canOperateOn |
files
ⓘ
streams ⓘ |
| canOperateOnDisk | true ⓘ |
| documentationUrl | https://learn.microsoft.com/dotnet/api/system.io.compression.ziparchive ⓘ |
| fileFormat | ZIP ⓘ |
| hasConstructor |
ZipArchive(Stream)
ⓘ
ZipArchive(Stream, ZipArchiveMode) NERFINISHED ⓘ ZipArchive(Stream, ZipArchiveMode, Boolean) NERFINISHED ⓘ ZipArchive(Stream, ZipArchiveMode, Boolean, Encoding) ⓘ |
| hasMethod |
CreateEntry(String)
ⓘ
CreateEntry(String, CompressionLevel) ⓘ Dispose() ⓘ GetEntry(String) ⓘ ToString() ⓘ |
| hasProperty |
Comment
ⓘ
Entries ⓘ EntryNameEncoding ⓘ Mode ⓘ |
| implementsInterface | System.IDisposable ⓘ |
| introducedIn |
.NET Core 1.0
NERFINISHED
ⓘ
.NET Framework 4.5 NERFINISHED ⓘ .NET Standard 1.3 NERFINISHED ⓘ |
| modeValue |
ZipArchiveMode.Create
ⓘ
ZipArchiveMode.Read ⓘ ZipArchiveMode.Update ⓘ |
| namespace | System.IO.Compression NERFINISHED ⓘ |
| platform |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| propertyType |
Comment: String
ⓘ
Entries: ReadOnlyCollection<ZipArchiveEntry> ⓘ EntryNameEncoding: Encoding ⓘ Mode: ZipArchiveMode ⓘ |
| purpose |
create ZIP archives
ⓘ
read ZIP archives ⓘ update ZIP archives ⓘ |
| relatedClass |
System.IO.Compression.ZipArchiveEntry
NERFINISHED
ⓘ
System.IO.Compression.ZipFile NERFINISHED ⓘ |
| requires | seekable stream for some operations ⓘ |
| supportsOperation |
create
ⓘ
extract ⓘ read ⓘ update ⓘ |
| threadSafety | instance members are not guaranteed to be thread-safe ⓘ |
| usesEnum |
System.IO.Compression.CompressionLevel
ⓘ
System.IO.Compression.ZipArchiveMode NERFINISHED ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.