public class Readable extends EventEmitter
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
readable |
defaultMaxListeners, EventEmitter
Modifier | Constructor and Description |
---|---|
|
Readable() |
protected |
Readable(Objs.Constructor<?> c,
Object js) |
|
Readable(ReadableOptions opts) |
Modifier and Type | Method and Description |
---|---|
void |
_read(double size) |
static Readable |
$as(Object obj) |
void |
pause() |
<T> T |
pipe(T destination) |
<T> T |
pipe(T destination,
Objs options) |
Boolean |
push(Object chunk) |
Boolean |
push(Object chunk,
String encoding) |
Object |
read() |
Object |
read(double size) |
Boolean |
readable() |
void |
resume() |
void |
setEncoding(String encoding) |
<T> void |
unpipe() |
<T> void |
unpipe(T destination) |
void |
unshift(Object chunk) |
ReadableStream |
wrap(ReadableStream oldStream) |
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> readable
protected Readable(Objs.Constructor<?> c, Object js)
public Readable(ReadableOptions opts)
public Readable()
public Boolean readable()
public void _read(double size)
public Object read(double size)
public Object read()
public void setEncoding(String encoding)
public void pause()
public void resume()
public <T> T pipe(T destination, Objs options)
public <T> T pipe(T destination)
public <T> void unpipe(T destination)
public <T> void unpipe()
public void unshift(Object chunk)
public ReadableStream wrap(ReadableStream oldStream)
Copyright © 2018. All rights reserved.