Click or drag to resize
PackerWriteBytes Method (ICollectionByte)
Writes specified bytes to stream using implementation specific most efficient manner.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected virtual void WriteBytes(
	ICollection<byte> value
)

Parameters

value
Type: System.Collections.GenericICollectionByte
Collection of bytes to be written.
See Also