Package samer.audio

Class LineSink.Writer

  • java.lang.Object
    • samer.audio.LineSink.Writer
  • All Implemented Interfaces:
    Task
    Enclosing class:
    LineSink


    protected class LineSink.Writer
    extends java.lang.Object
    implements Task
    • Constructor Summary

      Constructors 
      Constructor and Description
      Writer(int bufsize) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dispose() 
      void run() 
      void starting() 
      void stopping() 
      void write(int size) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Writer

        public Writer(int bufsize)
    • Method Detail

      • starting

        public void starting()
        Specified by:
        starting in interface Task
      • stopping

        public void stopping()
        Specified by:
        stopping in interface Task
      • dispose

        public void dispose()
        Specified by:
        dispose in interface Task
      • run

        public void run()
                 throws java.lang.Exception
        Specified by:
        run in interface Task
        Throws:
        java.lang.Exception
      • write

        public void write(int size)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception