ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream Class
Properties Methods


In This Topic
    DataStream Class Members
    In This Topic

    The following tables list the members exposed by DataStream.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating whether the current stream supports reading.  
    Public PropertyOverridden. Gets a value indicating whether the current stream supports seeking.  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyOverridden. Gets a value indicating whether the current stream supports writing.  
    Public PropertyGets the internal pointer to the current stream's backing store.  
    Public PropertyOverridden. Gets the length in bytes of the stream.  
    Public PropertyOverridden. Gets or sets the position within the current stream.  
    Public PropertyGets the position pointer.  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets the length of the remaining.  
    Public Property (Inherited from System.IO.Stream)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Methodstatic (Shared in Visual Basic)Initializes a new instance of the DataStream class, using a managed buffer as a backing store.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Releases unmanaged and - optionally - managed resources  
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverridden. Not supported.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Reads a single value from the current stream and advances the current position within this stream by the number of bytes read.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodReads a bool.  
    Public MethodOverridden. Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.  
    Public MethodReads a ColorF.  
    Public MethodReads a float.  
    Public MethodReads a int.  
    Public MethodReads a Matrix.  
    Public MethodOverloaded. Reads an array of values from the current stream, and advances the current position within this stream by the number of bytes written.  
    Public MethodReads a short.  
    Public MethodReads a Vector2.  
    Public MethodReads a Vector3.  
    Public MethodReads a Vector4.  
    Public MethodOverridden. Sets the position within the current stream.  
    Public MethodOverridden. Not supported.  
    Public MethodOverloaded. Writes a single value to the stream, and advances the current position within this stream by the number of bytes written.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverloaded. Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.IO.Stream)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method (Inherited from System.IO.Stream)
    Top
    Public Operators
    Performs an explicit conversion from DataStream to DataPointer.
    Top
    See Also