//An implementation of the ValueBytes interface for the in-memory value //buffers. /// <exception cref="System.IO.IOException"/> private void Reset(OutputBuffer d, int start, int length) { data = d.GetData(); this.start = start; dataSize = length; }