Click or drag to resize
PackerWriteBytes Method (Byte, Boolean)
Writes specified bytes to stream using implementation specific most efficient manner.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected virtual void WriteBytes(
	byte[] value,
	bool isImmutable
)

Parameters

value
Type: SystemByte
Bytes to be written.
isImmutable
Type: SystemBoolean
If the value can be treat as immutable (that is, can be used safely without copying) then true.
See Also