Terraria v1.4.4.9
Terraria source code documentation
|
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) |
Definition at line 3 of file ZipHelper.cs.