ports/devel/p5-Data-Buffer/pkg/DESCR

5 lines
254 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.