public ByteImageReader Clone() { var that = new ByteImageReader(this.bytes, this.off); that.mem = this.mem; that.offStart = this.offStart; that.offEnd = this.offEnd; that.addrStart = this.addrStart; return(that); }