Package samer.units
Class VecWriter
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.units.VecWriter
-
- All Implemented Interfaces:
- Task
public class VecWriter extends AnonymousTask
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
void
run()
void
stopping()
-
Methods inherited from class samer.tools.AnonymousTask
starting
-
-
-
-
Constructor Detail
-
VecWriter
public VecWriter(Vec x, java.io.Writer out) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceTask
- Overrides:
dispose
in classAnonymousTask
-
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
-
-