Exemplo n.º 1
0
 public BoundedMemoryIO(Pointer parent, long offset, long size) {
   super(parent.getRuntime());
   this.io = parent;
   this.base = offset;
   this.size = size;
 }