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