public CopyWriteProxy(DataProxy dataProxy) {
   super(dataProxy.size());
   this.proxy = dataProxy;
 }