Package com.dna.jopt.io.importing
Interface IJOptImporter<E>
- Type Parameters:
E
- the element type
- All Known Subinterfaces:
IEntityImporter
,IOptimizationImporter
- All Known Implementing Classes:
EntityContainerImporter
,OptimizationJSONImporter
public interface IJOptImporter<E>
The Interface IJOptImporter.
- Since:
- Sep 26, 2019
- Version:
- Sep 26, 2019
- Author:
- Jens Richter
-
Method Summary
Modifier and TypeMethodDescriptionread
(InputStream fis) Reads an instance ofIJOptImporter
from an InputStream
-
Method Details
-
read
Reads an instance ofIJOptImporter
from an InputStream- Parameters:
fis
- the fis- Returns:
- the optional
IJOptImporter
-