ReadBuffer

@JvmInline
actual value class ReadBuffer(source)

For internal usage only.

Wrapper class for buffering data to utilize in platform specific implementations along with LineOutputFeed, primarily in order to mitigate unnecessarily copying a Node.js Buffer to a ByteArray.

See also

expect value class ReadBuffer(source)

For internal usage only.

Wrapper class for buffering data to utilize in platform specific implementations along with LineOutputFeed, primarily in order to mitigate unnecessarily copying a Node.js Buffer to a ByteArray.

See also

actual value class ReadBuffer(source)

For internal usage only.

Wrapper class for buffering data to utilize in platform specific implementations along with LineOutputFeed, primarily in order to mitigate unnecessarily copying a Node.js Buffer to a ByteArray.

See also

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion
Link copied to clipboard
actual abstract class LineOutputFeed

Scans buffered input and dispatches lines, disregarding line breaks CR (\r), LF (\n), & CRLF (\r\n).

expect abstract class LineOutputFeed

Scans buffered input and dispatches lines, disregarding line breaks CR (\r), LF (\n), & CRLF (\r\n).

actual abstract class LineOutputFeed

Scans buffered input and dispatches lines, disregarding line breaks CR (\r), LF (\n), & CRLF (\r\n).

Properties

Link copied to clipboard
val buf: ByteArray

Public, platform specific access to the underlying array.

val buf: Buffer

Public, platform specific access to the underlying Buffer.