예제 #1
0
 /**
  * This method deletes a byte of data
  *
  * @param index
  */
 public void deleteByte(int index) {
   writeByte(index, (byte) 0);
 }