Class RadioRunnable

java.lang.Object
de.sfuhrm.radiorecorder.RadioRunnable
All Implemented Interfaces:
Runnable

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

    • BUFFER_SIZE

      public static final int BUFFER_SIZE
      The buffer size in bytes to use for the consumers.
      See Also:
  • Constructor Details

    • RadioRunnable

      public RadioRunnable(ConsumerContext consumerContext)
      Constructor.
      Parameters:
      consumerContext - the context to work in.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable