Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.Compression.Zip64ExtraField Struct Reference

Public Member Functions

void WriteBlock (Stream stream)
 

Static Public Member Functions

static Zip64ExtraField GetJustZip64Block (Stream extraFieldStream, bool readUncompressedSize, bool readCompressedSize, bool readLocalHeaderOffset, bool readStartDiskNumber)
 
static Zip64ExtraField GetAndRemoveZip64Block (List< ZipGenericExtraField > extraFields, bool readUncompressedSize, bool readCompressedSize, bool readLocalHeaderOffset, bool readStartDiskNumber)
 
static void RemoveZip64Blocks (List< ZipGenericExtraField > extraFields)
 

Properties

ushort TotalSize [get]
 
long? UncompressedSize [get, set]
 
long? CompressedSize [get, set]
 
long? LocalHeaderOffset [get, set]
 
int? StartDiskNumber [get]
 

Private Member Functions

void UpdateSize ()
 

Static Private Member Functions

static bool TryGetZip64BlockFromGenericExtraField (ZipGenericExtraField extraField, bool readUncompressedSize, bool readCompressedSize, bool readLocalHeaderOffset, bool readStartDiskNumber, out Zip64ExtraField zip64Block)
 

Private Attributes

ushort _size
 
long? _uncompressedSize
 
long? _compressedSize
 
long? _localHeaderOffset
 
int? _startDiskNumber
 

Detailed Description

Definition at line 5 of file Zip64ExtraField.cs.


The documentation for this struct was generated from the following file: