RtfParserKmp
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
RtfParserKmp
rtf-core
/
com.darkrockstudios.libs.rtfparserkmp.parser
/
RtfEvent
/
BinaryBytes
Binary
Bytes
class
BinaryBytes
(
val
bytes
:
ByteArray
)
:
RtfEvent
(
source
)
Raw binary bytes from a
\binN
blob.
Members
Constructors
Binary
Bytes
Link copied to clipboard
constructor
(
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String