Package de.julielab.smac
Class SmacLiveRundataReader
- java.lang.Object
-
- de.julielab.smac.SmacLiveRundataReader
-
public class SmacLiveRundataReader extends Object
-
-
Constructor Summary
Constructors Constructor Description SmacLiveRundataReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmacLiveRundataread(File livedataFile)SmacLiveRundataread(InputStream is)
-
-
-
Method Detail
-
read
public SmacLiveRundata read(InputStream is) throws IOException
- Throws:
IOException
-
read
public SmacLiveRundata read(File livedataFile) throws IOException
- Throws:
IOException
-
-