Package-level declarations

OkioRtfSource and the BufferedSource.asRtfSource() extension that wraps an Okio BufferedSource.

Types

Link copied to clipboard
class OkioRtfSource(source: BufferedSource) : RtfSource

An RtfSource backed by an okio BufferedSource, with single-byte pushback.

Functions

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

Wrap this okio BufferedSource as an RtfSource.