From f0a3b96d2a66d659bdb6c8020cd1a39d3f86d877 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Sun, 8 Feb 2009 16:26:11 +0000 Subject: Document signed int methods --- doc/lib/binaryXHR_js.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'doc') diff --git a/doc/lib/binaryXHR_js.html b/doc/lib/binaryXHR_js.html index 1913fad..ed0b6a0 100644 --- a/doc/lib/binaryXHR_js.html +++ b/doc/lib/binaryXHR_js.html @@ -139,6 +139,33 @@ the binary file.

idx.

+ + +

getSByteAt(idx)

+ + +

Return an 8 bit signed integer from offset idx.

+ + + + +

getSShortAt(idx)

+ + +

Return a 16 bit little endian signed integer from offset + idx. +

+ + + + +

getSLongAt(idx)

+ + +

Return a 32 bit little endian signed integer from offset + idx.

+ +

getDoubleAt(idx)

-- cgit v1.2.3