The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-readint.js @ 6f043940

History | View | Annotate | Download (3.58 KB)

# Date Author Comment
7f4aba91 02/20/2012 07:29 AM Ben Noordhuis

test: include common.js in all tests

fd29448b 12/06/2011 04:02 PM Ben Noordhuis

test: add missing copyright headers

59a9a9b5 11/18/2011 05:13 AM Ben Noordhuis

buffer: add .read*() and .write*() methods to SlowBuffer prototype

Fixes #2138.

b7c23ac3 08/12/2011 09:49 AM Brian White

Incorporate endianness into buffer.read* function names instead of passing in a boolean flag

0df08c6a 08/08/2011 08:01 PM Robert Mustacchi

Endian argument should be a boolean. Signed integers shouldn't run through checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points.

9812e31e 05/01/2011 05:02 PM Robert Mustacchi

Add reading/writing of C integers to buffers