Chem::FormatReader::MultiEntry(T)
Declares a common interface for reading an indeterminate number of objects encoded in a file format.
Including types must implement the #skip_entry method to discard
the next entry in the IO.
Instance methods
Yields entries at the specified indexes in the IO to the given
block. Raises IndexError when an index is out of bounds.
read_entry
Returns the next entry in the IO. Raises ParseException if there
are no more entries.