public static MsgPackWriter Create(byte[] bytes)
public static MsgPackWriter Create(byte[] bytes, Encoding encoding)
Create writer with a prefilled stream buffer
Parameters#
Name | Type | Description |
---|
bytes | Byte[] | data that will be pushed into the stream |
encoding | Encoding | |
Returns#
Variants#
Create(bytes)#
public static MsgPackWriter Create(byte[] bytes)
Create writer with a prefilled stream buffer
Parameters#
Name | Type | Description |
---|
bytes | Byte[] | data that will be pushed into the stream |
Returns#
Create(bytes, encoding)#
public static MsgPackWriter Create(byte[] bytes, Encoding encoding)
Parameters#
Name | Type | Description |
---|
bytes | Byte[] | |
encoding | Encoding | |
Returns#