Interface SpanProvider

All Known Subinterfaces:
SeekableReader

public interface SpanProvider
Provide the ability to retrieve Spans (abstract value positions) of Ion data.

WARNING: This interface should not be implemented or extended by code outside of this library.

This functionality may be accessed as a facet of most IonReaders.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the current span of this object, generally covering a single value on the source.
  • Method Details

    • currentSpan

      Span currentSpan()
      Gets the current span of this object, generally covering a single value on the source.