Exemplo n.º 1
0
 /**
  * write a command in CommandFrame.writeCmdBuffer. When the buffer has more than this.flushSeq
  * comands, the buffer is flushed in cmdFile
  *
  * @param c Command to write
  */
 public void write(Command c) {
   super.write(c);
 }