Transform
Nodepod API / src / stream / Transform
Interface: Transform
Section titled “Interface: Transform”Defined in: src/polyfills/stream.ts:1324
Extends
Section titled “Extends”Properties
Section titled “Properties”_ceiling
Section titled “_ceiling”_ceiling:
number
Defined in: src/polyfills/events.ts:85
Inherited from
Section titled “Inherited from”_readableState
Section titled “_readableState”_readableState:
any
Defined in: src/polyfills/stream.ts:26
Inherited from
Section titled “Inherited from”_registry
Section titled “_registry”_registry:
Map<string,EventHandler[]>
Defined in: src/polyfills/events.ts:84
Inherited from
Section titled “Inherited from”_writableState
Section titled “_writableState”_writableState:
any
Defined in: src/polyfills/stream.ts:981
Inherited from
Section titled “Inherited from”allowHalfOpen
Section titled “allowHalfOpen”allowHalfOpen:
boolean
Defined in: src/polyfills/stream.ts:980
Inherited from
Section titled “Inherited from”closed
Section titled “closed”closed:
boolean
Defined in: src/polyfills/stream.ts:20
Inherited from
Section titled “Inherited from”destroyed
Section titled “destroyed”destroyed:
boolean
Defined in: src/polyfills/stream.ts:19
Inherited from
Section titled “Inherited from”errored
Section titled “errored”errored:
Error|null
Defined in: src/polyfills/stream.ts:21
Inherited from
Section titled “Inherited from”readable
Section titled “readable”readable:
boolean
Defined in: src/polyfills/stream.ts:16
Inherited from
Section titled “Inherited from”readableAborted
Section titled “readableAborted”readableAborted:
boolean
Defined in: src/polyfills/stream.ts:25
Inherited from
Section titled “Inherited from”readableDidRead
Section titled “readableDidRead”readableDidRead:
boolean
Defined in: src/polyfills/stream.ts:24
Inherited from
Section titled “Inherited from”readableEncoding
Section titled “readableEncoding”
readonlyreadableEncoding:BufferEncoding|null
Defined in: src/polyfills/stream.ts:30
Inherited from
Section titled “Inherited from”readableEnded
Section titled “readableEnded”readableEnded:
boolean
Defined in: src/polyfills/stream.ts:17
Inherited from
Section titled “Inherited from”readableFlowing
Section titled “readableFlowing”readableFlowing:
boolean|null
Defined in: src/polyfills/stream.ts:18
Inherited from
Section titled “Inherited from”readableHighWaterMark
Section titled “readableHighWaterMark”readableHighWaterMark:
number
Defined in: src/polyfills/stream.ts:23
Inherited from
Section titled “Inherited from”readableLength
Section titled “readableLength”
readonlyreadableLength:number
Defined in: src/polyfills/stream.ts:29
Inherited from
Section titled “Inherited from”readableObjectMode
Section titled “readableObjectMode”readableObjectMode:
boolean
Defined in: src/polyfills/stream.ts:22
Inherited from
Section titled “Inherited from”writable
Section titled “writable”writable:
boolean
Defined in: src/polyfills/stream.ts:973
Inherited from
Section titled “Inherited from”writableCorked
Section titled “writableCorked”writableCorked:
number
Defined in: src/polyfills/stream.ts:979
Inherited from
Section titled “Inherited from”writableEnded
Section titled “writableEnded”writableEnded:
boolean
Defined in: src/polyfills/stream.ts:974
Inherited from
Section titled “Inherited from”writableFinished
Section titled “writableFinished”writableFinished:
boolean
Defined in: src/polyfills/stream.ts:975
Inherited from
Section titled “Inherited from”writableHighWaterMark
Section titled “writableHighWaterMark”writableHighWaterMark:
number
Defined in: src/polyfills/stream.ts:978
Inherited from
Section titled “Inherited from”writableLength
Section titled “writableLength”
readonlywritableLength:number
Defined in: src/polyfills/stream.ts:985
Inherited from
Section titled “Inherited from”writableNeedDrain
Section titled “writableNeedDrain”writableNeedDrain:
boolean
Defined in: src/polyfills/stream.ts:976
Inherited from
Section titled “Inherited from”writableObjectMode
Section titled “writableObjectMode”writableObjectMode:
boolean
Defined in: src/polyfills/stream.ts:977
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”_destroy()
Section titled “_destroy()”_destroy(
err,cb):void
Defined in: src/polyfills/stream.ts:28
Parameters
Section titled “Parameters”Error | null
(err?) => void
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_final()
Section titled “_final()”_final(
callback):void
Defined in: src/polyfills/stream.ts:984
Parameters
Section titled “Parameters”callback
Section titled “callback”(err?) => void
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_flush()
Section titled “_flush()”_flush(
done):void
Defined in: src/polyfills/stream.ts:1326
Parameters
Section titled “Parameters”(err?, output?) => void
Returns
Section titled “Returns”void
_rawBind()
Section titled “_rawBind()”_rawBind(
evt,fn):this
Defined in: src/polyfills/stream.ts:31
Parameters
Section titled “Parameters”string | symbol
(…args) => void
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”_read()
Section titled “_read()”_read(
size):void
Defined in: src/polyfills/stream.ts:27
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_transform()
Section titled “_transform()”_transform(
chunk,encoding,done):void
Defined in: src/polyfills/stream.ts:1325
Parameters
Section titled “Parameters”any
encoding
Section titled “encoding”string
(err?, output?) => void
Returns
Section titled “Returns”void
_write()
Section titled “_write()”_write(
chunk,encoding,callback):void
Defined in: src/polyfills/stream.ts:982
Parameters
Section titled “Parameters”any
encoding
Section titled “encoding”string
callback
Section titled “callback”(err?) => void
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”_writev()?
Section titled “_writev()?”
optional_writev(chunks,callback):void
Defined in: src/polyfills/stream.ts:983
Parameters
Section titled “Parameters”chunks
Section titled “chunks”object[]
callback
Section titled “callback”(err?) => void
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”[asyncIterator]()
Section titled “[asyncIterator]()”[asyncIterator]():
AsyncIterableIterator<unknown>
Defined in: src/polyfills/stream.ts:47
Returns
Section titled “Returns”AsyncIterableIterator<unknown>
Inherited from
Section titled “Inherited from”addListener()
Section titled “addListener()”addListener(
evt,fn):this
Defined in: src/polyfills/stream.ts:33
Parameters
Section titled “Parameters”string | symbol
(…args) => void
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”close()
Section titled “close()”close(
cb?):void
Defined in: src/polyfills/stream.ts:44
Parameters
Section titled “Parameters”(err?) => void
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”cork()
Section titled “cork()”cork():
void
Defined in: src/polyfills/stream.ts:988
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”destroy()
Section titled “destroy()”destroy(
fault?):this
Defined in: src/polyfills/stream.ts:45
Parameters
Section titled “Parameters”fault?
Section titled “fault?”Error
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”emit()
Section titled “emit()”emit(
name, …payload):boolean
Defined in: src/polyfills/events.ts:92
Parameters
Section titled “Parameters”string
payload
Section titled “payload”…unknown[]
Returns
Section titled “Returns”boolean
Inherited from
Section titled “Inherited from”end(
chunkOrCb?,encOrCb?,cb?):this
Defined in: src/polyfills/stream.ts:987
Parameters
Section titled “Parameters”chunkOrCb?
Section titled “chunkOrCb?”any
encOrCb?
Section titled “encOrCb?”any
any
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”eventNames()
Section titled “eventNames()”eventNames():
string[]
Defined in: src/polyfills/events.ts:96
Returns
Section titled “Returns”string[]
Inherited from
Section titled “Inherited from”getMaxListeners()
Section titled “getMaxListeners()”getMaxListeners():
number
Defined in: src/polyfills/events.ts:98
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”isPaused()
Section titled “isPaused()”isPaused():
boolean
Defined in: src/polyfills/stream.ts:40
Returns
Section titled “Returns”boolean
Inherited from
Section titled “Inherited from”listenerCount()
Section titled “listenerCount()”listenerCount(
name):number
Defined in: src/polyfills/events.ts:95
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”listeners()
Section titled “listeners()”listeners(
name):EventHandler[]
Defined in: src/polyfills/events.ts:93
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”off(
name,handler):this
Defined in: src/polyfills/events.ts:90
Parameters
Section titled “Parameters”string
handler
Section titled “handler”Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”on(
evt,fn):this
Defined in: src/polyfills/stream.ts:32
Parameters
Section titled “Parameters”string | symbol
(…args) => void
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”once()
Section titled “once()”once(
evt,fn):this
Defined in: src/polyfills/stream.ts:34
Parameters
Section titled “Parameters”string | symbol
(…args) => void
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”pause()
Section titled “pause()”pause():
this
Defined in: src/polyfills/stream.ts:39
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”pipe()
Section titled “pipe()”pipe(
target):any
Defined in: src/polyfills/stream.ts:41
Parameters
Section titled “Parameters”target
Section titled “target”any
Returns
Section titled “Returns”any
Inherited from
Section titled “Inherited from”prependListener()
Section titled “prependListener()”prependListener(
name,handler):this
Defined in: src/polyfills/events.ts:99
Parameters
Section titled “Parameters”string
handler
Section titled “handler”Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”prependOnceListener()
Section titled “prependOnceListener()”prependOnceListener(
name,handler):this
Defined in: src/polyfills/events.ts:100
Parameters
Section titled “Parameters”string
handler
Section titled “handler”Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”push()
Section titled “push()”push(
chunk):boolean
Defined in: src/polyfills/stream.ts:35
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”boolean
Inherited from
Section titled “Inherited from”rawListeners()
Section titled “rawListeners()”rawListeners(
name):EventHandler[]
Defined in: src/polyfills/events.ts:94
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”read()
Section titled “read()”read(
amount?):any
Defined in: src/polyfills/stream.ts:37
Parameters
Section titled “Parameters”amount?
Section titled “amount?”number
Returns
Section titled “Returns”any
Inherited from
Section titled “Inherited from”removeAllListeners()
Section titled “removeAllListeners()”removeAllListeners(
name?):this
Defined in: src/polyfills/events.ts:91
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”removeListener()
Section titled “removeListener()”removeListener(
name,handler):this
Defined in: src/polyfills/events.ts:89
Parameters
Section titled “Parameters”string
handler
Section titled “handler”Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”resume()
Section titled “resume()”resume():
this
Defined in: src/polyfills/stream.ts:38
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”setDefaultEncoding()
Section titled “setDefaultEncoding()”setDefaultEncoding(
enc):this
Defined in: src/polyfills/stream.ts:990
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”setEncoding()
Section titled “setEncoding()”setEncoding(
enc):this
Defined in: src/polyfills/stream.ts:43
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”setMaxListeners()
Section titled “setMaxListeners()”setMaxListeners(
limit):this
Defined in: src/polyfills/events.ts:97
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”uncork()
Section titled “uncork()”uncork():
void
Defined in: src/polyfills/stream.ts:989
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”unpipe()
Section titled “unpipe()”unpipe(
target?):this
Defined in: src/polyfills/stream.ts:42
Parameters
Section titled “Parameters”target?
Section titled “target?”any
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”unshift()
Section titled “unshift()”unshift(
chunk):void
Defined in: src/polyfills/stream.ts:36
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”wrap()
Section titled “wrap()”wrap(
oldStream):this
Defined in: src/polyfills/stream.ts:46
Parameters
Section titled “Parameters”oldStream
Section titled “oldStream”Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”write()
Section titled “write()”write(
chunk,encOrCb?,cb?):boolean
Defined in: src/polyfills/stream.ts:986
Parameters
Section titled “Parameters”any
encOrCb?
Section titled “encOrCb?”any
any
Returns
Section titled “Returns”boolean