de.hpi.fgis.dude.util.data.storage
Interface JsonableReader<T extends Jsonable>

Type Parameters:
T - The type of data that is collected in the Jsonable storage.
All Superinterfaces:
Closeable, Iterable<T>
All Known Subinterfaces:
DataSource
All Known Implementing Classes:
AbstractDataSource, BibtexSource, CSVSource, DatabaseSource, DuDeObjectSource, JSONSource, XMLSource

public interface JsonableReader<T extends Jsonable>
extends Iterable<T>, Closeable

A JsonableReader can be used to read the content of a Jsonable storage.

Author:
Matthias Pohl

Method Summary
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface java.io.Closeable
close
 



Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.