public class Writable
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Boolean> |
writable |
| Modifier | Constructor and Description |
|---|---|
|
Writable() |
protected |
Writable(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
|
Writable(WritableOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
void |
_write(Object chunk,
String encoding,
net.java.html.lib.Function callback) |
static Writable |
$as(Object obj) |
void |
end() |
void |
end(Object chunk) |
void |
end(Object chunk,
net.java.html.lib.Function cb) |
void |
end(Object chunk,
String encoding) |
void |
end(Object chunk,
String encoding,
net.java.html.lib.Function cb) |
Boolean |
writable() |
Boolean |
write(Object chunk) |
Boolean |
write(Object chunk,
net.java.html.lib.Function cb) |
Boolean |
write(Object chunk,
String encoding) |
Boolean |
write(Object chunk,
String encoding,
net.java.html.lib.Function cb) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Boolean> writable
protected Writable(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public Writable(WritableOptions opts)
public Writable()
Copyright © 2016. All rights reserved.