Name: | nodejs-smart-buffer |
---|---|
Version: | 1.0.3 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 24571 |
License: | MIT |
RPM: | nodejs-smart-buffer-1.0.3-2.el7.noarch.rpm |
Source RPM: | nodejs-smart-buffer-1.0.3-2.el7.src.rpm |
Build Date: | Tue Nov 28 2017 |
Build Host: | x86-ol6-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.npmjs.org/package/smart-buffer |
Summary: | A smarter Buffer |
Description: | smart-buffer is a light Buffer wrapper that takes away the need to keep track of what position to read and write data to and from the underlying Buffer. It also adds null terminating string operations and **grows** as you add more data. |