Skip to content

Realsphere/LibBinaryStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

C++ light weight, object-oriented Binary writer and reader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages