protected Buffer.BufferImpl |
Buffer.BufferImpl.defaultConstructor() |
protected Buffer.BufferImpl |
Buffer.BufferImpl.defaultConstructor(org.mozilla.javascript.Context cx,
Object[] args)
The constructor for this class delegates mostly to the JavaScript constructor code.
|
static Buffer.BufferImpl |
Buffer.BufferImpl.newBuffer(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
byte[] bb) |
static Buffer.BufferImpl |
Buffer.BufferImpl.newBuffer(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
byte[] bb,
int offset,
int length) |
static Buffer.BufferImpl |
Buffer.BufferImpl.newBuffer(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
ByteBuffer bb,
boolean copy)
Read the bytes from the corresponding buffer into this one.
|