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 TypeMethodDescriptionbooleanSend a signal to the receiver that the data arrives.
-
Method Details
-
receiveData
Send a signal to the receiver that the data arrives. The data is transferred in another band.- Throws:
IOException
-