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

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackBinary(
	IList<byte> value
)

Parameters

value
Type: System.Collections.GenericIListByte
Source bytes its size is known.

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