public void ReadContent(Stream destStream, int length) { StreamUtils.CopyStream(this.BaseStream, destStream, length); }