OkioRtfSource

class OkioRtfSource(source: BufferedSource) : RtfSource(source)

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

Constructors

Link copied to clipboard
constructor(source: BufferedSource)

Functions

Link copied to clipboard
open override fun read(): Int
open override fun read(dest: ByteArray): Int
Link copied to clipboard
open override fun unread(c: Int)