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

Method stepIn

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

Writes the beginning of a non-null container (list, sexp, or struct). This must be matched by a call to #stepOut() after the last child value. This method is not used to write null.list et al. To write null values use #writeNull(IonType). @param containerType mu

(IonType containerType)

Source from the content-addressed store, hash-verified

282 * {@link IonType#LIST}, {@link IonType#SEXP}, or {@link IonType#STRUCT}.
283 */
284 public void stepIn(IonType containerType) throws IOException;
285
286
287 /**

Callers 15

testManyAnnotationsMethod · 0.95
generateTestDataMethod · 0.95
generateTestData32KMethod · 0.95
generateTestData67KMethod · 0.95
doPrintVersionMethod · 0.95
writeOutputMethod · 0.65
processToIonStreamMethod · 0.65
embeddedEventToIonMethod · 0.65
eventStreamToEventMethod · 0.65

Implementers 2

IonBinaryWriterAdaptersrc/main/java/com/amazon/ion/impl/bin/
_Private_IonWriterBasesrc/main/java/com/amazon/ion/impl/_Pri

Calls

no outgoing calls

Tested by 15

testManyAnnotationsMethod · 0.76
generateTestDataMethod · 0.76
generateTestData32KMethod · 0.76
generateTestData67KMethod · 0.76
serializeMethod · 0.52
deserializeMethod · 0.52
testRawWriteIVMFailsMethod · 0.52
stepInMethod · 0.52