Exemplo n.º 1
0
 /** Called with input data, transfer it to the corresponding output */
 public void receiveData(byte[] data) {
   int value = ConversionUtils.byteArrayToInt(data);
   owner.processInput(value, index);
 }