Package samer.units

Class 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 Detail

      • DoubleToStream

        public DoubleToStream(DoubleModel 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