|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ZipArchive (Stream stream) | |
| ZipArchive (Stream stream, ZipArchiveMode mode) | |
| ZipArchive (Stream stream, ZipArchiveMode mode, bool leaveOpen) | |
| ZipArchive (Stream stream, ZipArchiveMode mode, bool leaveOpen, Encoding? entryNameEncoding) | |
| ZipArchiveEntry | CreateEntry (string entryName) |
| ZipArchiveEntry | CreateEntry (string entryName, CompressionLevel compressionLevel) |
| void | Dispose () |
| ZipArchiveEntry? | GetEntry (string entryName) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Package Functions | |
| void | AcquireArchiveStream (ZipArchiveEntry entry) |
| void | ReleaseArchiveStream (ZipArchiveEntry entry) |
| void | RemoveEntry (ZipArchiveEntry entry) |
| void | ThrowIfDisposed () |
Properties | |
| ReadOnlyCollection< ZipArchiveEntry > | Entries [get] |
| ZipArchiveMode | Mode [get] |
| BinaryReader? | ArchiveReader [get] |
| Stream | ArchiveStream [get] |
| uint | NumberOfThisDisk [get] |
| Encoding? | EntryNameEncoding [get, private set] |
Private Member Functions | |
| ZipArchiveEntry | DoCreateEntry (string entryName, CompressionLevel? compressionLevel) |
| void | AddEntry (ZipArchiveEntry entry) |
| void | CloseStreams () |
| void | EnsureCentralDirectoryRead () |
| void | ReadCentralDirectory () |
| void | ReadEndOfCentralDirectory () |
| void | TryReadZip64EndOfCentralDirectory (ZipEndOfCentralDirectoryBlock eocd, long eocdStart) |
| void | WriteFile () |
| void | WriteArchiveEpilogue (long startOfCentralDirectory, long sizeOfCentralDirectory) |
Definition at line 7 of file ZipArchive.cs.