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
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()