public class Writable extends EventEmitter
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
writable |
defaultMaxListeners, EventEmitter
Modifier | Constructor and Description |
---|---|
|
Writable() |
protected |
Writable(Objs.Constructor<?> c,
Object js) |
|
Writable(WritableOptions opts) |
Modifier and Type | Method and Description |
---|---|
void |
_write(Object chunk,
String encoding,
Function callback) |
static Writable |
$as(Object obj) |
void |
end() |
void |
end(Object chunk) |
void |
end(Object chunk,
Function cb) |
void |
end(Object chunk,
String encoding) |
void |
end(Object chunk,
String encoding,
Function cb) |
Boolean |
writable() |
Boolean |
write(Object chunk) |
Boolean |
write(Object chunk,
Function cb) |
Boolean |
write(Object chunk,
String encoding) |
Boolean |
write(Object chunk,
String encoding,
Function cb) |
addListener, defaultMaxListeners, emit, EventEmitter, getMaxListeners, listenerCount, listenerCount, listeners, on, once, removeAllListeners, removeAllListeners, removeListener, setMaxListeners
$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, valueOf
public Objs.Property<Boolean> writable
protected Writable(Objs.Constructor<?> c, Object js)
public Writable(WritableOptions opts)
public Writable()
Copyright © 2018. All rights reserved.