PackerWriteBytes Method (ICollectionByte) |
Writes specified bytes to stream using implementation specific most efficient manner.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected virtual void WriteBytes(
ICollection<byte> value
)
Protected Overridable Sub WriteBytes (
value As ICollection(Of Byte)
)
protected:
virtual void WriteBytes(
ICollection<unsigned char>^ value
)
abstract WriteBytes :
value : ICollection<byte> -> unit
override WriteBytes :
value : ICollection<byte> -> unit
Parameters
- value
- Type: System.Collections.GenericICollectionByte
Collection of bytes to be written.
See Also