VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / StreamWrapper Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    StreamWrapper Class Members
    In This Topic
    The following tables list the members exposed by StreamWrapper.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) (Inherited from System.IO.Stream)
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the current stream supports reading.
    Public PropertyGets a value indicating whether the current stream supports seeking.
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets a value indicating whether the current stream supports writing.
    Public PropertyGets the stream length in bytes.
    Public PropertyGets or sets the name of the stream.
    Public PropertyGets or sets the start position of this stream wrapper in the source stream.
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets the source stream.
    Public Property (Inherited from System.IO.Stream)
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodCloses this stream and releases all resources associated with this stream.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodDisables reading from this stream.
    Public MethodDisables writing to this stream.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodClears buffer for this stream and causes buffered data to be written to the underlying stream.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Copies bytes from the current buffered stream to an array.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodReads a byte from the current buffered stream.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodSets the position within this stream.
    Public MethodSets the length of this stream.
    Public Methodstatic (Shared in Visual Basic) (Inherited from System.IO.Stream)
    Public MethodOverloaded. Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodWrites a byte to the current position in the stream and advances the position within the stream by one byte.
    Protected Methods
    See Also