Click or drag to resize
PackerPackBinary Method (Byte)
Packs specified byte array to current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackBinary(
	byte[] value
)

Parameters

value
Type: SystemByte
Source byte array.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThis instance has been disposed.
Remarks
This method use bin types unless CompatibilityOptions contains PackBinaryAsRaw.
See Also