dojox
»
encoding
»
bits
»
OutputStream
» getWidth
dojox.encoding.bits.OutputStream.getWidth
dojo.require("dojox.encoding.bits");
defined in dojox/encoding/bits.js
Usage
function ()
(view source)
return
this
.
buffer
.
length
*
8
+
(
8
-
this
.
available
)
;