magic_buffer 0.0.16 magic_buffer: ^0.0.16 copied to clipboard
Buffer class JS implementation based on the buffer module from [node.js].The goal is to provide an API that is 100% identical to [node's Buffer API].
0.0.1 #
- Initial version.
0.0.11 #
- Bug Fix - change read/write float/double methods.
0.0.12 #
- Bug Fix - Modify alloc method.
0.0.13 #
- Bug Fix - re-Modify alloc method.
0.0.14 #
- Bug Fix - change switch to if/else in constructor.
0.0.15 #
- Bug Fix - Modified byteLength Method.
0.0.16 #
- Major Bug Fixes.
- Written some tests.
- Revised main Buffer methods.