Skip to content

@ralphschuler.logger.Logger.<internal>.internal.TransformOptions

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: TransformOptions

<internal>.internal.TransformOptions

Hierarchy

Table of contents

Properties

Methods

Properties

allowHalfOpen

Optional allowHalfOpen: boolean

Inherited from

DuplexOptions.allowHalfOpen

Defined in

node_modules/@types/node/stream.d.ts:1018


autoDestroy

Optional autoDestroy: boolean

Inherited from

DuplexOptions.autoDestroy

Defined in

node_modules/@types/node/stream.d.ts:952


decodeStrings

Optional decodeStrings: boolean

Inherited from

DuplexOptions.decodeStrings

Defined in

node_modules/@types/node/stream.d.ts:979


defaultEncoding

Optional defaultEncoding: BufferEncoding

Inherited from

DuplexOptions.defaultEncoding

Defined in

node_modules/@types/node/stream.d.ts:980


emitClose

Optional emitClose: boolean

Inherited from

DuplexOptions.emitClose

Defined in

node_modules/@types/node/stream.d.ts:947


encoding

Optional encoding: BufferEncoding

Inherited from

DuplexOptions.encoding

Defined in

node_modules/@types/node/stream.d.ts:955


highWaterMark

Optional highWaterMark: number

Inherited from

DuplexOptions.highWaterMark

Defined in

node_modules/@types/node/stream.d.ts:948


objectMode

Optional objectMode: boolean

Inherited from

DuplexOptions.objectMode

Defined in

node_modules/@types/node/stream.d.ts:949


readableHighWaterMark

Optional readableHighWaterMark: number

Inherited from

DuplexOptions.readableHighWaterMark

Defined in

node_modules/@types/node/stream.d.ts:1021


readableObjectMode

Optional readableObjectMode: boolean

Inherited from

DuplexOptions.readableObjectMode

Defined in

node_modules/@types/node/stream.d.ts:1019


signal

Optional signal: AbortSignal

When provided the corresponding AbortController can be used to cancel an asynchronous action.

Inherited from

DuplexOptions.signal

Defined in

node_modules/@types/node/events.d.ts:456


writableCorked

Optional writableCorked: number

Inherited from

DuplexOptions.writableCorked

Defined in

node_modules/@types/node/stream.d.ts:1023


writableHighWaterMark

Optional writableHighWaterMark: number

Inherited from

DuplexOptions.writableHighWaterMark

Defined in

node_modules/@types/node/stream.d.ts:1022


writableObjectMode

Optional writableObjectMode: boolean

Inherited from

DuplexOptions.writableObjectMode

Defined in

node_modules/@types/node/stream.d.ts:1020

Methods

construct

construct(this, callback): void

Parameters

Name Type
this Transform
callback (error?: null | Error) => void

Returns

void

Overrides

DuplexOptions.construct

Defined in

node_modules/@types/node/stream.d.ts:1247


destroy

destroy(this, error, callback): void

Parameters

Name Type
this Transform
error null | Error
callback (error: null | Error) => void

Returns

void

Overrides

DuplexOptions.destroy

Defined in

node_modules/@types/node/stream.d.ts:1264


final

final(this, callback): void

Parameters

Name Type
this Transform
callback (error?: null | Error) => void

Returns

void

Overrides

DuplexOptions.final

Defined in

node_modules/@types/node/stream.d.ts:1263


flush

flush(this, callback): void

Parameters

Name Type
this Transform
callback TransformCallback

Returns

void

Defined in

node_modules/@types/node/stream.d.ts:1266


read

read(this, size): void

Parameters

Name Type
this Transform
size number

Returns

void

Overrides

DuplexOptions.read

Defined in

node_modules/@types/node/stream.d.ts:1248


transform

transform(this, chunk, encoding, callback): void

Parameters

Name Type
this Transform
chunk any
encoding BufferEncoding
callback TransformCallback

Returns

void

Defined in

node_modules/@types/node/stream.d.ts:1265


write

write(this, chunk, encoding, callback): void

Parameters

Name Type
this Transform
chunk any
encoding BufferEncoding
callback (error?: null | Error) => void

Returns

void

Overrides

DuplexOptions.write

Defined in

node_modules/@types/node/stream.d.ts:1249


writev

writev(this, chunks, callback): void

Parameters

Name Type
this Transform
chunks { chunk: any ; encoding: BufferEncoding }[]
callback (error?: null | Error) => void

Returns

void

Overrides

DuplexOptions.writev

Defined in

node_modules/@types/node/stream.d.ts:1255

Typescript Libraries

Modules

Namespaces

Clone this wiki locally