Package samer.audio

Class LineSource.Reader

  • java.lang.Object
    • samer.audio.LineSource.Reader
  • All Implemented Interfaces:
    Task
    Enclosing class:
    LineSource


    protected class LineSource.Reader
    extends java.lang.Object
    implements Task
    • Constructor Summary

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

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

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

      • Reader

        public Reader(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