Extends
Properties
Methods
M _transform(chunk: Buffer, encoding: string, callback: function) void
Parameters:
Name | Type |
---|---|
chunk |
Buffer |
encoding |
string |
callback |
function |
- Inherited From:
Parameters:
Name | Type |
---|---|
chunk |
string |
encoding |
string |
callback |
function |
- Inherited From:
M end(buffer: Buffer, cb: function) void
Parameters:
Name | Type | Argument |
---|---|---|
buffer |
Buffer | |
cb |
function |
<optional> |
- Inherited From:
Parameters:
Name | Type | Argument |
---|---|---|
str |
string | |
cb |
function |
<optional> |
- Inherited From:
Parameters:
Name | Type | Argument |
---|---|---|
str |
string | |
encoding |
string |
<optional> |
cb |
function |
<optional> |
- Inherited From:
M pipe<T>(destination: T, options: stream.Transform.PipeOptionsType) T
Parameters:
Name | Type | Argument |
---|---|---|
destination |
T | |
options |
stream.Transform.PipeOptionsType |
<optional> |
- Inherited From:
Parameters:
Name | Type | Argument |
---|---|---|
chunk |
any | |
encoding |
string |
<optional> |
- Inherited From:
Parameters:
Name | Type | Argument |
---|---|---|
size |
number |
<optional> |
- Inherited From:
Parameters:
Name | Type |
---|---|
encoding |
string |
- Inherited From:
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:
M write(buffer: Buffer, cb: function) boolean
Parameters:
Name | Type | Argument |
---|---|---|
buffer |
Buffer | |
cb |
function |
<optional> |
- Inherited From:
Parameters:
Name | Type | Argument |
---|---|---|
str |
string | |
cb |
function |
<optional> |
- Inherited From:
Parameters:
Name | Type | Argument |
---|---|---|
str |
string | |
encoding |
string |
<optional> |
cb |
function |
<optional> |
- Inherited From: