bytebuffer

v1.3.2
ByteBuffer.js: A Java-like, Netty-inspired ByteBuffer implementation using typed arrays.
net array buffer arraybuffer typed array bytebuffer json websocket webrtc and 1 more...

prepublish

npm test

test

nodeunit tests/suite.js

make

npm run-script build && npm run-script compile && npm run-script noexpose && npm test && npm run-script jsdoc

build

preprocess src/ByteBuffer.js src/ > ByteBuffer.js

compile

ccjs ByteBuffer.js --create_source_map=ByteBuffer.min.map --compilation_level=ADVANCED_OPTIMIZATIONS --externs=externs/Long.js > ByteBuffer.min.js

noexpose

cat ByteBuffer.js | grep -v @expose > ByteBuffer.noexpose.js

jsdoc

jsdoc -c jsdoc.json

Metadata

Downloads

Maintainers