IonExampleParser

class IonExampleParser(ion: IonSystem)

Basic parser for ion data.

Constructors

Link copied to clipboard
fun IonExampleParser(ion: IonSystem)

Functions

Link copied to clipboard
fun parseExample(reader: IonReader): IonValue?

Returns the next IonValue or null if there are no move values to read.

Properties

Link copied to clipboard
val ion: IonSystem