Klasse RadioRunnable

java.lang.Object
de.sfuhrm.radiorecorder.RadioRunnable
Alle implementierten Schnittstellen:
Runnable

public class RadioRunnable extends Object implements Runnable
Runnable for one radio station stream given in the command line.
Autor:
Stephan Fuhrmann
  • Felddetails

    • BUFFER_SIZE

      public static final int BUFFER_SIZE
      The buffer size in bytes to use for the consumers.
      Siehe auch:
  • Konstruktordetails

    • RadioRunnable

      public RadioRunnable(ConsumerContext consumerContext)
      Constructor.
      Parameter:
      consumerContext - the context to work in.
  • Methodendetails

    • run

      public void run()
      Angegeben von:
      run in Schnittstelle Runnable