Package samer.units

Class VecToStream

  • All Implemented Interfaces:
    Task


    public class VecToStream
    extends AnonymousTask
    Write sequence of vectors to stream in binary format.
    See Also:
    Serialized Form
    • Constructor Detail

      • VecToStream

        public VecToStream(Vec x,
                           java.io.OutputStream out)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • getTask

        public Task getTask()
      • run

        public void run()
                 throws java.lang.Exception
        Throws:
        java.lang.Exception