Extends
Properties
Methods
M pipe<T>(destination: T, options: stream.Readable.PipeOptionsType) T
Parameters:
Name | Type | Argument |
---|---|---|
destination |
T | |
options |
stream.Readable.PipeOptionsType |
<optional> |
- Inherited From:
Parameters:
Name | Type | Argument |
---|---|---|
chunk |
any | |
encoding |
string |
<optional> |
- Inherited From:
M read(size: number) string|Buffer
Parameters:
Name | Type | Argument |
---|---|---|
destination |
T |
<optional> |
- Inherited From:
M unshift(chunk: Buffer) void
M wrap(oldStream: NodeJS.ReadableStream) NodeJS.ReadableStream
Parameters:
Name | Type |
---|---|
oldStream |
NodeJS.ReadableStream |
- Inherited From: