ServerJS/API/binary/ProposalK

< ServerJS‎ | API‎ | binary
Revision as of 00:03, 20 February 2009 by KrisKowal (talk | contribs) (Added a preliminary API for Binary types in ServerJS.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/*** Binary
    Returns a  representation of an array of bytes.
    Accepts a Binary, or an Array of Numbers.
    Throws an error if any Number is greater than or equal to 256,
    less than 0, or of sub-integer precision.
*/

/**** length
*/

/**** get
*/

/**** set
*/

/**** slice
*/

/**** concat
*/

/**** indexOf
*/

/**** replace
*/

/**** toSource
*/

/**** toString
*/

/**** toSource
*/