|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.projecttype.InputFiles
public final class InputFiles
Class for storing and loading Input
into/from project folder.
Method Summary | |
---|---|
static void |
load(InputStream inputStream,
Input input,
File projectDir)
Loads and store Input from the XML Input Stream. |
static void |
store(OutputStream outputStream,
Input input,
File projectDir)
Writes project Input to the Output Stream in a XML format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void store(OutputStream outputStream, Input input, File projectDir)
Input
to the Output Stream in a XML format.
outputStream
- The Output Stream.input
- Input to store into provided Output Stream.public static void load(InputStream inputStream, Input input, File projectDir) throws IOException
Input
from the XML Input Stream.
inputStream
- The Input Stream.input
- Input to store data.
IOException
- if an error occurred when reading from the Input Stream.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |