terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Ionic.Zip.SharedUtilities Class Reference
+ Collaboration diagram for Ionic.Zip.SharedUtilities:

Static Public Member Functions

static long GetFileLength (string fileName)
 
static void Workaround_Ladybug318918 (Stream s)
 
static string NormalizePathForUseInZipFile (string pathName)
 
static void CreateAndOpenUniqueTempFile (string dir, out Stream fs, out string filename)
 
static string InternalGetTempFileName ()
 

Static Package Functions

static byte[] StringToByteArray (string value, Encoding encoding)
 
static byte[] StringToByteArray (string value)
 
static string Utf8StringFromBuffer (byte[] buf)
 
static string StringFromBuffer (byte[] buf, Encoding encoding)
 
static int ReadSignature (Stream s)
 
static int ReadEntrySignature (Stream s)
 
static int ReadInt (Stream s)
 
static long FindSignature (Stream stream, int SignatureToFind)
 
static DateTime AdjustTime_Reverse (DateTime time)
 
static DateTime PackedToDateTime (int packedDateTime)
 
static int DateTimeToPacked (DateTime time)
 
static string GenerateRandomStringImpl (int length, int delta)
 
static int ReadWithRetry (Stream s, byte[] buffer, int offset, int count, string FileName)
 

Static Private Member Functions

static string SimplifyFwdSlashPath (string path)
 
static int _ReadFourBytes (Stream s, string message)
 
static uint _HRForException (Exception ex1)
 
static SharedUtilities ()
 

Static Private Attributes

static Regex doubleDotRegex1
 
static Encoding ibm437
 
static Encoding utf8
 

Detailed Description

Definition at line 14 of file SharedUtilities.cs.


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