IReadable
js.node.stream.IReadable (extern interface)
IReadable
interface is used as "any Readable".
See Readable
for actual class documentation.
Instance Members
destroyed: Bool
readable: Bool
readableEnded: Bool
readableHighWaterMark: Int
readableLength: Int
readableObjectMode: Bool
destroy(?error: js.lib.Error): IReadable
Name | Type | Default |
---|---|---|
error |
js.lib.Error | (optional) |
Returns |
---|
IReadable |
isPaused(): Bool
Returns |
---|
Bool |
pause(): IReadable
Returns |
---|
IReadable |
Name | Type | Default |
---|---|---|
destination |
pipe.T | |
options |
AnonStruct | (optional) |
Returns |
---|
pipe.T |
Name | Type | Default |
---|---|---|
size |
Int | (optional) |
Returns |
---|
Null<Dynamic> |
resume(): IReadable
Returns |
---|
IReadable |
Name | Type |
---|---|
encoding |
String |
Returns |
---|
IReadable |
Name | Type | Default |
---|---|---|
destination |
IWritable | (optional) |
Returns |
---|
IReadable |
Name | Type | Default |
---|---|---|
chunk |
Null<Dynamic> | |
encoding |
String | (optional) |
Name | Type |
---|---|
stream |
Dynamic |
Returns |
---|
IReadable |
Metadata
Name | Parameters |
---|---|
:remove |
- |