public interface ISimulationParametersReader
Modifier and Type | Method and Description |
---|---|
SimulationParameters |
read(File file) |
SimulationParameters |
read(InputStream file) |
SimulationParameters |
read(String file) |
SimulationParameters read(File file) throws FileNotFoundException, IOException
FileNotFoundException
IOException
SimulationParameters read(String file) throws FileNotFoundException, IOException
FileNotFoundException
IOException
SimulationParameters read(InputStream file) throws IOException
IOException
Copyright © 2013. All Rights Reserved.