WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

allowHalfOpen

allowHalfOpen: boolean

decodeStrings

decodeStrings: boolean

encoding

encoding: string

flush

flush: function

Type declaration

    • (callback: Function): any
    • Parameters

      • callback: Function

      Returns any

highWaterMark

highWaterMark: number

objectMode

objectMode: boolean

read

read: function

Type declaration

    • (size?: number): any
    • Parameters

      • Optional size: number

      Returns any

readableObjectMode

readableObjectMode: boolean

transform

transform: function

Type declaration

    • (chunk: string | Buffer, encoding: string, callback: Function): any
    • Parameters

      • chunk: string | Buffer
      • encoding: string
      • callback: Function

      Returns any

writableObjectMode

writableObjectMode: boolean

write

write: function

Type declaration

    • (chunk: string | Buffer, encoding: string, callback: Function): any
    • Parameters

      • chunk: string | Buffer
      • encoding: string
      • callback: Function

      Returns any

writev

writev: function

Type declaration

    • (chunks: object[], callback: Function): any
    • Parameters

      • chunks: object[]
        • chunk: string | Buffer
        • encoding: string
      • callback: Function

      Returns any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc