KO
|
EN
gitlite — search
Search
#java
#flutter
#golang
#javascript
#typescript
#covid-19
#dart
#python
#dashboard
#docker
#laravel
#python3
ByteBufferCpp
★ 88
Open GitHub ↗
An implementation of ByteBuffer in C++
Download README (.md)
Explore Similar Repositories
bugsnag-python
:
Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
plain_fsm
:
A behaviour/support library for writing plain Erlang FSMs.
qt-cmake-template
:
Project template using CMake / Qt / NSIS or WiX / MinGW or MSVS combined in easy-to-use form
ired
:
minimalistic commandline hexadecimal editor similar to radare
rws-php-sdk
:
Rakuten Web Service PHP SDK
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ByteBufferCpp
?
Download (.md)
# ByteBufferCpp Ramsey Kant https://github.com/RamseyK/ByteBufferCpp This class was written to provide Java's ByteBuffer functionality in many of my internal C++ projects. The code was recently rewritten and may contain bugs! Feel free to make any suggestions for improving the code or request any features that could be beneficial to a variety of applications that may use this class. Looking for ByteBuffer in C? Try https://github.com/RamseyK/ByteBufferC ## Why Byte Buffer? * Relative and Absolute get() & put() methods * Easier to work with than a raw byte array * Read and Write large amounts of data * Easy way to manipulate or create custom data structures ## Example usage scenarios * HTTP: Request & Response parsers * Packets: Parse or Create custom packets to send over the network in a quick and easy manner # Acknowledgements * 17 January 2016: Additions from upstream fork by Ashley Davis (SgtCoDFish) # License Apache License v2.0. See LICENSE file.