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)
| 282 | * {@link IonType#LIST}, {@link IonType#SEXP}, or {@link IonType#STRUCT}. |
| 283 | */ |
| 284 | public void stepIn(IonType containerType) throws IOException; |
| 285 | |
| 286 | |
| 287 | /** |
no outgoing calls