PackerPackBinary Method (Byte) |
Packs specified byte array to current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer PackBinary(
byte[] value
)
Public Function PackBinary (
value As Byte()
) As Packer
public:
Packer^ PackBinary(
array<unsigned char>^ value
)
member PackBinary :
value : byte[] -> Packer
Parameters
- value
- Type: SystemByte
Source byte array.
Return Value
Type:
PackerThis instance.
Exceptions Remarks See Also