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