Package samer.units
Class DoubleWriter
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.units.DoubleWriter
-
- All Implemented Interfaces:
- Task
public class DoubleWriter extends AnonymousTask
Write sequence of doubles to a stream as text- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DoubleWriter(DoubleModel x, java.io.OutputStream out)
DoubleWriter(DoubleModel x, java.io.OutputStream out, boolean autoflush)
-
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
-
DoubleWriter
public DoubleWriter(DoubleModel x, java.io.OutputStream out) throws java.lang.Exception
- Throws:
java.lang.Exception
-
DoubleWriter
public DoubleWriter(DoubleModel x, java.io.OutputStream out, boolean autoflush) 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
-
-