Creates a stream for reading a raw value from the TNEF reader.
the TNEF reader.
the end offset of the data.
the end offset of the container value.
Gets whether the stream supports reading.
Gets whether the stream supports writing.
Gets whether the stream supports seeking.
Copy data from this stream to another stream.
The stream that will receive the copied data.
The temporary buffer size to use while copying.
Protected StaticvalidateValidate buffer, offset, and count arguments for stream read/write operations.
The buffer supplied by the caller.
The starting offset in the buffer.
The number of bytes to read or write.
ProtectedthrowRead a sequence of bytes from the stream and advance the position by the number of bytes read.
the buffer to read data into.
the offset into the buffer to start reading data.
the number of bytes to read.
the number of bytes read into the buffer.
Dispose this stream.
The underlying TnefReader is not disposed.
A stream for reading raw values from a TnefReader or property reader.