Package-level declarations

KotlinxIoRtfSource and the Source.asRtfSource() extension that wraps a kotlinx-io Source.

Types

Link copied to clipboard
class KotlinxIoRtfSource(source: Source) : RtfSource

An RtfSource backed by a kotlinx-io Source, with single-byte pushback.

Functions

Link copied to clipboard
fun Source.asRtfSource(): RtfSource

Wrap this kotlinx-io Source as an RtfSource.