-
Notifications
You must be signed in to change notification settings - Fork 12
An implementation of ByteBuffer in C
License
RamseyK/ByteBufferC
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# ByteBufferC A port of my [C++ ByteBuffer](https://github.com/RamseyK/ByteBufferCpp) to provide Java's ByteBuffer functionality. 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. ## 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 Program: * dd_reader, a MBR / FAT Disk Image Parser: https://github.com/RamseyK/dd_reader
About
An implementation of ByteBuffer in C
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published