Overload | Description |
---|---|
DataStream Constructor(Blob) | Initializes a new instance of the DataStream class from a Blob buffer. |
DataStream Constructor(Int32,Boolean,Boolean) | Initializes a new instance of the DataStream class, and allocates a new buffer to use as a backing store. |
DataStream Constructor(DataPointer) | Initializes a new instance of the DataStream class. |
DataStream Constructor(IntPtr,Int64,Boolean,Boolean) | Initializes a new instance of the DataStream class, using an unmanaged buffer as a backing store. |