Click or drag to resize

DynamicStreamWriteWithoutCopying Method

[Missing <summary> documentation for "M:Eneter.Messaging.DataProcessing.Streaming.DynamicStream.WriteWithoutCopying(System.Byte[],System.Int32,System.Int32)"]

Namespace:  Eneter.Messaging.DataProcessing.Streaming
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public void WriteWithoutCopying(
	byte[] data,
	int offset,
	int count
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Eneter.Messaging.DataProcessing.Streaming.DynamicStream.WriteWithoutCopying(System.Byte[],System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Eneter.Messaging.DataProcessing.Streaming.DynamicStream.WriteWithoutCopying(System.Byte[],System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Eneter.Messaging.DataProcessing.Streaming.DynamicStream.WriteWithoutCopying(System.Byte[],System.Int32,System.Int32)"]

See Also