Name: | perl-Data-Buffer |
---|---|
Version: | 0.04 |
Release: | 17.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 17609 |
License: | GPL+ or Artistic |
RPM: | perl-Data-Buffer-0.04-17.el7.noarch.rpm |
Source RPM: | perl-Data-Buffer-0.04-17.el7.src.rpm |
Build Date: | Thu Nov 02 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Data-Buffer/ |
Summary: | Read/write buffer class for perl |
Description: | 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. |