Extends

Properties

P writable: boolean

Type:
  • boolean
Inherited From:

Methods

M _write(data: Buffer, encoding: string, callback: function) void

Parameters:
Name Type
data Buffer
encoding string
callback function
Inherited From:
Returns: { void }

M _write(data: string, encoding: string, callback: function) void

Parameters:
Name Type
data string
encoding string
callback function
Inherited From:
Returns: { void }

M end() void

Inherited From:
Returns: { void }

M end(buffer: Buffer, cb: function) void

Parameters:
Name Type Argument
buffer Buffer
cb function <optional>
Inherited From:
Returns: { void }

M end(str: string, cb: function) void

Parameters:
Name Type Argument
str string
cb function <optional>
Inherited From:
Returns: { void }

M end(str: string, encoding: string, cb: function) void

Parameters:
Name Type Argument
str string
encoding string <optional>
cb function <optional>
Inherited From:
Returns: { void }

M write(buffer: Buffer, cb: function) boolean

Parameters:
Name Type Argument
buffer Buffer
cb function <optional>
Inherited From:
Returns: { boolean }

M write(str: string, cb: function) boolean

Parameters:
Name Type Argument
str string
cb function <optional>
Inherited From:
Returns: { boolean }

M write(str: string, encoding: string, cb: function) boolean

Parameters:
Name Type Argument
str string
encoding string <optional>
cb function <optional>
Inherited From:
Returns: { boolean }