Exemple #1
0
 public void update(byte c)
 {
     os.push_byte(c);
     dispatch(t.state.decode(os, t));
 }