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