BufferExtensions ClassCouchbase .NET SDK 2.0
Extension methods for reading values from a buffer and converting them to CLR types.
Inheritance Hierarchy
System.Object
  Couchbase.IO.Utils.BufferExtensions

Namespace: Couchbase.IO.Utils
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class BufferExtensions

The BufferExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLengthSafe
Gets the length of a buffer.
Public methodStatic memberToOpCode
Converts a Byte to an OperationCode
Top
See Also