morkt
|
54ae9e191e
|
(IDataUnpacker): new interface.
|
2015-06-01 00:51:02 +04:00 |
|
morkt
|
03e280c045
|
added AsciiString class.
wrapper around byte array.
|
2015-05-29 14:51:28 +04:00 |
|
morkt
|
f5d2cac377
|
(Binary.GetCString): new static method.
|
2015-04-16 22:39:57 +04:00 |
|
morkt
|
9b4aa48e37
|
utility classes updated.
(BigEndian): read bigendian-packed integer packed into byte array.
(LittleEndian): added Pack methods.
|
2015-04-14 10:30:23 +04:00 |
|
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 |
|