Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.Compression.ZipHelper Class Reference

Static Package Functions

static bool RequiresUnicode (string test)
 
static void ReadBytes (Stream stream, byte[] buffer, int bytesToRead)
 
static DateTime DosTimeToDateTime (uint dateTime)
 
static uint DateTimeToDosTime (DateTime dateTime)
 
static bool SeekBackwardsToSignature (Stream stream, uint signatureToFind, int maxBytesToRead)
 
static void AdvanceToPosition (this Stream stream, long position)
 

Static Private Member Functions

static bool SeekBackwardsAndRead (Stream stream, byte[] buffer, out int bufferPointer)
 

Static Private Attributes

static readonly DateTime s_invalidDateIndicator = new DateTime(1980, 1, 1, 0, 0, 0)
 

Detailed Description

Definition at line 3 of file ZipHelper.cs.


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