blob: 7f8f304d0a5f05d32884d982c4925ee3af399c58 (
plain)
1
2
3
4
|
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.
|