public interface ISimulationParametersWriter
Modifier and Type | Method and Description |
---|---|
void |
write(SimulationParameters parameters,
File file) |
void |
write(SimulationParameters parameters,
OutputStream file) |
void |
write(SimulationParameters parameters,
String file) |
void write(SimulationParameters parameters, File file) throws FileNotFoundException, IOException
FileNotFoundException
IOException
void write(SimulationParameters parameters, String file) throws FileNotFoundException, IOException
FileNotFoundException
IOException
void write(SimulationParameters parameters, OutputStream file) throws IOException
IOException
Copyright © 2013. All Rights Reserved.