morkt
|
2a7520939d
|
use Buffer.BlockCopy instead of Array.Copy.
|
2014-11-07 17:11:11 +04:00 |
|
morkt
|
b0f621e8ab
|
CopyOverlapped function defined in GameRes.Utitlity now.
CopyOverlapped copies ranges within array the same way standard C
function memcpy does (that is, ignoring potential region overlapping).
|
2014-08-25 15:04:26 +04:00 |
|
morkt
|
26526a97bb
|
added ICheckSum interface and CheckedStream class.
Crc32 and Adler32 classes now implement ICheckSum interface.
|
2014-08-16 04:23:12 +04:00 |
|
morkt
|
9922955323
|
added license clause and third-party copyright notices.
|
2014-07-28 00:50:18 +04:00 |
|
morkt
|
2446927e83
|
(Adler32): use "unsafe" implementation. added appropriate methods.
|
2014-07-26 23:20:08 +04:00 |
|
morkt
|
53d0267eca
|
(LittleEndian): added 64-bit integer readers.
|
2014-07-25 00:52:24 +04:00 |
|
Poddav
|
e208029dd3
|
Initial commit.
|
2014-07-21 23:26:28 +04:00 |
|