mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
255 B
Plaintext
5 lines
255 B
Plaintext
Data::Buffer implements a low-level binary buffer in which you can get and
|
|
put integers, strings, and other data. Internally the implementation is
|
|
based on "pack" and "unpack", such that Data::Buffer is really a layer on top
|
|
of those built-in functions.
|