Package org.gephi.io.importer.spi
Interface FileImporter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FileImporter.FileAware
Optional interface to implement forFileImporter
classes that need to receive the source file instead of theReader
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setReader(Reader reader)
Sets the reader where characters can be retrieved.-
Methods inherited from interface org.gephi.io.importer.spi.Importer
execute, getContainer, getReport
-
-
-
-
Method Detail
-
setReader
void setReader(Reader reader)
Sets the reader where characters can be retrieved.- Parameters:
reader
- the reader on data
-
-