Package com.amazon.ion
Class IonBufferConfiguration
Configures buffers that hold Ion data.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds IonBufferConfiguration instances.static interfaceFunctional interface for handling oversized symbol tables.Nested classes/interfaces inherited from class com.amazon.ion.BufferConfiguration
BufferConfiguration.DataHandler, BufferConfiguration.OversizedValueHandler -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.amazon.ion.BufferConfiguration
getDataHandler, getInitialBufferSize, getMaximumBufferSize, getOversizedValueHandler, requireUnlimitedBufferSize
-
Method Details
-
getOversizedSymbolTableHandler
- Returns:
- the handler that will be notified when oversized symbol tables are encountered.
-