Flusspferd API and module docs

namespace binary

Description

Blob data classes for storing byte data. A byte is exposed in javascript space as an integral number in the range [0,255]. There are two classes for manipulating binary data: ByteArray, a mutable blob which an API similar to the built-in Array, and ByteString which is immutable and behaves similar to the built-in String class.