Skip Navigation Links.

UnmanagedMemoryStream Constructor

Overload List

  NameDescription
Public methodUnmanagedMemoryStream()()()()
Create a new, empty unmanaged memory stream. The memory stream can be resized by setting Length, calling SetLength(Int64), or writing to the stream.
Public methodUnmanagedMemoryStream(Int64)
Create a new unmanaged memory stream with storage for a certain number of bytes of data. The length of the stream will be set to bytes, but the contents of the stream after initialization are undefined.

See Also