Package-level declarations

The parseRtf entry points over a ByteArray.

Functions

Link copied to clipboard

Parse the RTF bytes, collecting and returning the resulting events.

fun parseRtf(bytes: ByteArray, listener: RtfListener)

Parse the RTF bytes, passing the resulting events to listener.