Package samer.units
Class DoubleToStream
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.units.DoubleToStream
-
- All Implemented Interfaces:
- Task
public class DoubleToStream extends AnonymousTask
Write sequence of doubles to a stream in binary format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DoubleToStream(DoubleModel x, java.io.OutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Task
getTask()
void
run()
void
stopping()
-
Methods inherited from class samer.tools.AnonymousTask
starting
-
-
-
-
Constructor Detail
-
DoubleToStream
public DoubleToStream(DoubleModel x, java.io.OutputStream out) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceTask
- Overrides:
dispose
in classAnonymousTask
-
getTask
public Task getTask()
-
run
public void run() throws java.lang.Exception
- Throws:
java.lang.Exception
-
stopping
public void stopping()
- Specified by:
stopping
in interfaceTask
- Overrides:
stopping
in classAnonymousTask
-
-