コード例 #1
0
ファイル: FatCache.java プロジェクト: NanoGame/jnode
 public void setInt32(int index, int element) throws IOException {
   setInt32(fat.position(0, index), element);
 }
コード例 #2
0
ファイル: FatCache.java プロジェクト: NanoGame/jnode
 public long getUInt32(int index) throws IOException {
   return getUInt32(fat.position(0, index));
 }