Interface DataReceiver

All Known Implementing Classes:
BufferPuller

@Private public interface DataReceiver
a DataReceiver pulls in arriving data, an example is BufferPuller
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Send a signal to the receiver that the data arrives.
  • Method Details

    • receiveData

      boolean receiveData() throws IOException
      Send a signal to the receiver that the data arrives. The data is transferred in another band.
      Throws:
      IOException