[ ソース: libdata-buffer-perl ]
パッケージ: libdata-buffer-perl (0.06-1)
libdata-buffer-perl に関するリンク
Debian の資源:
libdata-buffer-perl ソースパッケージをダウンロード:
- [libdata-buffer-perl_0.06-1.dsc]
- [libdata-buffer-perl_0.06.orig.tar.gz]
- [libdata-buffer-perl_0.06-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Read/write buffer class for perl
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.