org.eclipse.hyades.execution.core
Interface IChannelReader


public interface IChannelReader

IChannelReader defines an interface for accepting data from a data provider. This interface will be more completely specified as part of the data communication working group.

UNRESOLVED

Version:
0.0.2

Method Summary
 void incomingData(byte[] buffer, int length)
           
 void incomingData(char[] buffer, int length)
           
 void invalidDataType(byte[] data, int length)
           
 void waitingForData()
           
 

Method Detail

incomingData

public void incomingData(byte[] buffer,
                         int length)

incomingData

public void incomingData(char[] buffer,
                         int length)

invalidDataType

public void invalidDataType(byte[] data,
                            int length)

waitingForData

public void waitingForData()