Skip to main content
interface EncodeIntoResult

Properties

read: number

The read Unicode code units of input.

written: number

The written UTF-8 bytes of output.

Back to top