public class Duplex extends Readable
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
writable |
defaultMaxListeners, EventEmitter
Modifier | Constructor and Description |
---|---|
|
Duplex() |
|
Duplex(DuplexOptions opts) |
protected |
Duplex(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
void |
_write(Object chunk,
String encoding,
Function callback) |
static Duplex |
$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) |
_read, pause, pipe, pipe, push, push, read, read, readable, resume, setEncoding, unpipe, unpipe, unshift, wrap
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 Duplex(Objs.Constructor<?> c, Object js)
public Duplex(DuplexOptions opts)
public Duplex()
Copyright © 2018. All rights reserved.