mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-09 01:56:47 -05:00
* Changed `Load` to `Unmarshal` * made `Marshal` and `Unmarshal` into methods of `COF` * added `New` function which creates a new, empty COF instance * added helper functions `Marshal` and `Unmarshal` * Changed `StreamReader.ReadBytes` to account for edge case of reading 0 bytes (this was returning an error when it should not have) * added really simple unit tests for COF |
||
---|---|---|
.. | ||
bitmuncher.go | ||
bitstream_test.go | ||
bitstream.go | ||
doc.go | ||
stream_reader_test.go | ||
stream_reader.go | ||
stream_writer_test.go | ||
stream_writer.go |