SkillAgentSearch skills...

ByteBufferC

An implementation of ByteBuffer in C

Install / Use

/learn @RamseyK/ByteBufferC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ByteBufferC

A port of my C++ ByteBuffer 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
View on GitHub
GitHub Stars24
CategoryDevelopment
Updated2mo ago
Forks12

Languages

C

Security Score

95/100

Audited on Jan 3, 2026

No findings