Skip navigation links

Package edu.illinois.ncsa.daffodil.japi.infoset

Defines various classes used control the representation of the infoset for parse and unparse.

See: Description

Package edu.illinois.ncsa.daffodil.japi.infoset Description

Defines various classes used control the representation of the infoset for parse and unparse. Classes that extend InfosetOutputter are provided to the DataProcessor.parse(java.nio.channels.ReadableByteChannel, edu.illinois.ncsa.daffodil.japi.infoset.InfosetOutputter, long) method to deteremine how to output an infoset. These classes are not guaranteed to be thread-safe. Classes that extend InfosetInputter are provided to the DataProcessor.unparse(edu.illinois.ncsa.daffodil.japi.infoset.InfosetInputter, java.nio.channels.WritableByteChannel) method to determine how to read in an infoset. A new InfosetOutputter is required for each call to unparse().
Skip navigation links