MCPcopy Index your code
hub / github.com/amazon-ion/ion-java / next

Method next

src/main/java/com/amazon/ion/IonReader.java:178–178  ·  view source on GitHub ↗

Positions this reader on the next sibling after the current value, returning the type of that value. Once so positioned the contents of this value can be accessed with the Value() methods. A sequence of next() calls traverses the data at a constant depth, within the same contain

()

Source from the content-addressed store, hash-verified

176 * the same container.
177 */
178 public IonType next();
179
180
181 /**

Implementers 5

IonReaderTreeSystemsrc/main/java/com/amazon/ion/impl/IonR
IonReaderNonContinuableSystemsrc/main/java/com/amazon/ion/impl/IonR
SymbolTableReadersrc/main/java/com/amazon/ion/impl/IonR
SymbolTableReadersrc/main/java/com/amazon/ion/impl/Symb
IonReaderContinuableTopLevelBinarysrc/main/java/com/amazon/ion/impl/IonR

Calls

no outgoing calls