public class Transform extends EventEmitter
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
readable |
Objs.Property<Boolean> |
writable |
defaultMaxListeners, EventEmitter
Modifier | Constructor and Description |
---|---|
|
Transform() |
protected |
Transform(Objs.Constructor<?> c,
Object js) |
|
Transform(TransformOptions opts) |
Modifier and Type | Method and Description |
---|---|
void |
_flush(Function callback) |
void |
_transform(Object chunk,
String encoding,
Function callback) |
static Transform |
$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) |
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) |
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> readable
public Objs.Property<Boolean> writable
protected Transform(Objs.Constructor<?> c, Object js)
public Transform(TransformOptions opts)
public Transform()
public Boolean readable()
public Boolean writable()
public void _flush(Function callback)
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)
public void end()
public void end(Object chunk)
Copyright © 2018. All rights reserved.