ReadOnlyBufferStream(Byte[], Int32) Constructor
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.
public:
ReadOnlyBufferStream(cli::array <System::Byte> ^ buffer, int len);
public ReadOnlyBufferStream (byte[] buffer, int len);
new Microsoft.BizTalk.Streaming.ReadOnlyBufferStream : byte[] * int -> Microsoft.BizTalk.Streaming.ReadOnlyBufferStream
Public Sub New (buffer As Byte(), len As Integer)
Parameters
- buffer
- Byte[]
- len
- Int32