PackerPackRaw Method (Byte) |
Packs specified byte array to current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer PackRaw(
byte[] value
)
Public Function PackRaw (
value As Byte()
) As Packer
public:
Packer^ PackRaw(
array<unsigned char>^ value
)
member PackRaw :
value : byte[] -> Packer
Parameters
- value
- Type: SystemByte
Source byte array.
Return Value
Type:
PackerThis instance.
Exceptions Remarks
This method use str types (previously known as raw types) for compability.
See Also