Documentation for this section has not yet been entered.
The get accessor invokes BufferedStream.Seek(long, SeekOrigin) to obtain the current position within the underlying stream and then adjusts this value according to the current position within the buffer.
The set accessor copies any data previously written to the buffer to the underlying stream, and then invokes BufferedStream.Seek(long, SeekOrigin).
Seeking to any location beyond the length of the stream is supported.