Click or drag to resize
PackerPackRaw Method (IEnumerableByte)
Packs specified byte stream to current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackRaw(
	IEnumerable<byte> value
)

Parameters

value
Type: System.Collections.GenericIEnumerableByte
Source bytes its size is not known.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThis instance has been disposed.
Remarks
This method use str types (previously known as raw types) for compability.
See Also