示例#1
0
文件: HexEdit.java 项目: khyuna/hyun
 private int get(int addr) {
   if (memory == null) return 0;
   return memory.getByte(addr);
 }