summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrank Wuerthwein <fkw@ucsd.edu>2009-02-08 16:26:11 +0000
committerFrank Wuerthwein <fkw@ucsd.edu>2009-02-08 16:26:11 +0000
commitf0a3b96d2a66d659bdb6c8020cd1a39d3f86d877 (patch)
tree15341ddcfa6b80e63234699244e0dbbe22594104 /doc
parentf9c07943b51c528c10b3ff57a055c6a1d5f9623e (diff)
Document signed int methods
Diffstat (limited to 'doc')
-rw-r--r--doc/lib/binaryXHR_js.html27
1 files changed, 27 insertions, 0 deletions
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
@@ -141,6 +141,33 @@ the binary file.</P>
</TR>
<TR VALIGN=TOP>
<TD WIDTH=25%>
+ <P>getSByteAt(idx)</P>
+ </TD>
+ <TD WIDTH=75%>
+ <P>Return an 8 bit signed integer from offset <I>idx</I>.</P>
+ </TD>
+ </TR>
+ <TR VALIGN=TOP>
+ <TD WIDTH=25%>
+ <P>getSShortAt(idx)</P>
+ </TD>
+ <TD WIDTH=75%>
+ <P>Return a 16 bit little endian signed integer from offset
+ idx.
+ </P>
+ </TD>
+ </TR>
+ <TR VALIGN=TOP>
+ <TD WIDTH=25%>
+ <P>getSLongAt(idx)</P>
+ </TD>
+ <TD WIDTH=75%>
+ <P>Return a 32 bit little endian signed integer from offset
+ idx.</P>
+ </TD>
+ </TR>
+ <TR VALIGN=TOP>
+ <TD WIDTH=25%>
<P>getDoubleAt(idx)</P>
</TD>
<TD WIDTH=75%>