forwardIDecimal Methods   Table of ContentIDecoder Methodsforward
IDecoder Interface
Represents decoder.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public interface IDecoder
Methods
  NameDescription
Public methodDecode(Byte[])
Decodes buffer, creating new message object.
Public methodDecode(Byte*, Int32)
Decodes buffer, creating new message object.
Public methodDecodePreCreatedMessage(Byte[])
Decodes buffer, using pre-created message object.
Public methodDecodePreCreatedMessage(Byte*, Int32)
Decodes buffer, using pre-created message object.
Top
See Also