StreamWrapper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A wrapper class containing a stream and the length of that stream. Used to determine the length of a stream without touching the stream itself.
public class StreamWrapper
type StreamWrapper = class
Public Class StreamWrapper
- Inheritance
-
StreamWrapper
Constructors
StreamWrapper() |
Properties
Stream |
Gets or sets the stream for this wrapper. |
StreamLength |
Gets or sets the length of the associated stream. |