Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 592 Bytes

File metadata and controls

19 lines (14 loc) · 592 Bytes

LibBinaryStream

LibBinaryStream is a header-only, light weight, object-oriented Binary writer and reader.

External Dependencies

LibBinaryStream does not have external dependencies, it only requires "fstream" and "assert.h".

Getting Started

To get started using LibBinaryStream, download the "LibBinaryStream.h" file and put it in your Project files.

Next add,

#include "LibBinaryStream.h"

To the file you want to use LibBinaryStream in.

You can now use LibBinaryStream using the "BinaryWriter" and "BinaryReader" classes.

License

LibBinaryStream is licensed under MIT.