Package | Description |
---|---|
software.amazon.ion |
Public interfaces of the core Ion system.
|
software.amazon.ion.util |
Various utilites for working with Ion data.
|
Modifier and Type | Method and Description |
---|---|
Span |
SpanProvider.currentSpan()
Gets the current span of this object, generally covering a single value
on the source.
|
Span |
RawValueSpanProvider.valueSpan()
Deprecated.
Constructs a Span, which may be faceted as an
OffsetSpan , that
provides the start and end byte positions of the current value. |
Modifier and Type | Method and Description |
---|---|
void |
SeekableReader.hoist(Span span)
Seeks this reader to produce the given span as if its values were at
top-level.
|
Modifier and Type | Method and Description |
---|---|
static Span |
Spans.currentSpan(Object spanProvider)
Attempts to get a
Span from the given object, if it
supports SpanProvider.currentSpan() . |