Uses of Interface
org.gedcomx.util.RecordSetIterator
-
Packages that use RecordSetIterator Package Description org.gedcomx.util -
-
Uses of RecordSetIterator in org.gedcomx.util
Classes in org.gedcomx.util that implement RecordSetIterator Modifier and Type Class Description classJsonRecordSetIteratorClass for iterating through the 'record' elements (GedcomX documents) in a RecordSet one at a time from a stream (e.g., a gzipped byte array) without having to inflate all the records at once.classXmlRecordSetIteratorClass for iterating through the 'record' elements (GedcomX documents) in a RecordSet one at a time from a stream (e.g., a gzipped byte array) without having to inflate all the records at once.
-