PackerPackBinary Method (IListByte) |
Packs specified byte stream to current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer PackBinary(
IList<byte> value
)
Public Function PackBinary (
value As IList(Of Byte)
) As Packer
public:
Packer^ PackBinary(
IList<unsigned char>^ value
)
member PackBinary :
value : IList<byte> -> Packer
Parameters
- value
- Type: System.Collections.GenericIListByte
Source bytes its size is known.
Return Value
Type:
PackerThis instance.
Exceptions Remarks See Also