Package org.gephi.io.importer.spi
Interface FileImporter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFileImporter.FileAwareOptional interface to implement forFileImporterclasses that need to receive the source file instead of theReader
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetReader(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
-
-