|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CatalogReader
Interface implemented by classes that can process text files into earthquake
data for a Catalog.
| Method Summary | |
|---|---|
String |
description()
Returns a general description of this catalog reader and/or the types of files it operates on. |
void |
process(File file,
Catalog catalog)
Reads data from a given file into a specified catalog |
| Method Detail |
|---|
void process(File file,
Catalog catalog)
throws IOException
file - to processcatalog - for file data
IOException - if IO or data reading problem encountered
NullPointerException - if file or catalog
are nullString description()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||