Package | Description |
---|---|
software.amazon.ion.util |
Various utilites for working with Ion data.
|
Modifier and Type | Field and Description |
---|---|
protected Printer.Options |
Printer.myOptions |
protected Printer.Options |
Printer.PrinterVisitor.myOptions |
Modifier and Type | Method and Description |
---|---|
Printer.Options |
Printer.Options.clone() |
Modifier and Type | Method and Description |
---|---|
protected Printer.PrinterVisitor |
Printer.makeVisitor(Printer.Options options,
Appendable out)
Subclasses can override this if they wish to construct a specialization
of the
Printer.PrinterVisitor . |
Constructor and Description |
---|
Printer(Printer.Options options) |
PrinterVisitor(Printer.Options options,
Appendable out) |