static IonFactoryBuilder |
IonFactory.builderForBinaryWriters()
Method for creating IonFactoryBuilder initialized with settings to
create binary (not textual) writers.
|
static IonFactoryBuilder |
IonFactory.builderForTextualWriters()
Method for creating IonFactoryBuilder initialized with settings to
create textual (not binary) writers.
|
IonFactoryBuilder |
IonFactoryBuilder.configure(IonGenerator.Feature f,
boolean state) |
IonFactoryBuilder |
IonFactoryBuilder.configure(IonParser.Feature f,
boolean state) |
IonFactoryBuilder |
IonFactoryBuilder.disable(IonGenerator.Feature f) |
IonFactoryBuilder |
IonFactoryBuilder.disable(IonGenerator.Feature first,
IonGenerator.Feature... other) |
IonFactoryBuilder |
IonFactoryBuilder.disable(IonParser.Feature f) |
IonFactoryBuilder |
IonFactoryBuilder.disable(IonParser.Feature first,
IonParser.Feature... other) |
IonFactoryBuilder |
IonFactoryBuilder.enable(IonGenerator.Feature f) |
IonFactoryBuilder |
IonFactoryBuilder.enable(IonGenerator.Feature first,
IonGenerator.Feature... other) |
IonFactoryBuilder |
IonFactoryBuilder.enable(IonParser.Feature f) |
IonFactoryBuilder |
IonFactoryBuilder.enable(IonParser.Feature first,
IonParser.Feature... other) |
IonFactoryBuilder |
IonFactoryBuilder.ionSystem(com.amazon.ion.IonSystem system) |
IonFactoryBuilder |
IonFactory.rebuild() |
IonFactoryBuilder |
IonFactoryBuilder.withBinaryWriters() |
IonFactoryBuilder |
IonFactoryBuilder.withTextualWriters() |