PackerPackRawHeaderCore Method |
Note: This API is now obsolete.
Bookkeep byte length to be packed on current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [ObsoleteAttribute("Use PackStringHeaderCore(Int32) or Use PackBinaryHeaderCore(Int32) instead.")]
protected void PackRawHeaderCore(
int length
)
<ObsoleteAttribute("Use PackStringHeaderCore(Int32) or Use PackBinaryHeaderCore(Int32) instead.")>
Protected Sub PackRawHeaderCore (
length As Integer
)
protected:
[ObsoleteAttribute(L"Use PackStringHeaderCore(Int32) or Use PackBinaryHeaderCore(Int32) instead.")]
void PackRawHeaderCore(
int length
)
[<ObsoleteAttribute("Use PackStringHeaderCore(Int32) or Use PackBinaryHeaderCore(Int32) instead.")>]
member PackRawHeaderCore :
length : int -> unit
Parameters
- length
- Type: SystemInt32
Byte length.
Return Value
Type:
This instance.
Remarks See Also