Example #1
0
 public void setInt32(int index, int element) throws IOException {
   setInt32(fat.position(0, index), element);
 }
Example #2
0
 public long getUInt32(int index) throws IOException {
   return getUInt32(fat.position(0, index));
 }