Example #1
0
 public void deleteModule(int section, int module) {
   intStream = appendAll();
   intStream.append(section);
   intStream.append(module);
 }