src: Add StringBytes static util class
authorisaacs <i@izs.me>
Wed, 1 May 2013 22:40:43 +0000 (15:40 -0700)
committerisaacs <i@izs.me>
Tue, 14 May 2013 20:51:24 +0000 (13:51 -0700)
commit64fc34b27005229487faba1c43ffdfa08ca4f982
tree5e23bce255d3456d446d38449cc23cd1b2246b6b
parent3058f08e645bca41ee0f281ed83a697be1e3c8c4
src: Add StringBytes static util class

Four functions:

- StringBytes::StorageSize()
- StringBytes::Size()
- StringBytes::Write()
- StringBytes::Encode()
node.gyp
src/string_bytes.cc [new file with mode: 0644]
src/string_bytes.h [new file with mode: 0644]