DefaultTranscoder Decode T  Method ( Byte , Int32, Int32, OperationCode)Couchbase .NET SDK 2.1.0 Documentation
Decodes the specified buffer.

Namespace: Couchbase.Core.Transcoders
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public T Decode<T>(
	byte[] buffer,
	int offset,
	int length,
	OperationCode opcode
)

Parameters

buffer
Type:  System Byte 
The buffer.
offset
Type: System Int32
The offset.
length
Type: System Int32
The length.
opcode
Type: Couchbase.IO.Operations OperationCode

[Missing <param name="opcode"/> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32,Couchbase.IO.Operations.OperationCode)"]

Type Parameters
T

Return Value

Type: T
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also