Uses of Interface
de.iip_ecosphere.platform.support.json.IOIterator
Packages that use IOIterator
-
Uses of IOIterator in de.iip_ecosphere.platform.support.json
Methods in de.iip_ecosphere.platform.support.json that return IOIteratorModifier and TypeMethodDescriptionabstract <T> IOIterator<T> Json.createIterator(InputStream stream, Class<T> cls) Creates an iterator over the information instreamassuming a heterogeneous collection ofcls.