예제 #1
0
 public static void cleanRecord(final int id) {
   myRecords.put(id * RECORD_SIZE, ZEROES, 0, RECORD_SIZE);
 }