ITypeTranscoder Decode T  Method ( Byte , Int32, Int32, Flags, 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
T Decode<T>(
	byte[] buffer,
	int offset,
	int length,
	Flags flags,
	OperationCode opcode
)

Parameters

buffer
Type:  System Byte 
The buffer.
offset
Type: System Int32
The offset.
length
Type: System Int32
The length.
flags
Type: Couchbase.IO.Operations Flags
The flags used for decoding the payload.
opcode
Type: Couchbase.IO.Operations OperationCode

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

Type Parameters
T

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

Return Value

Type: T

[Missing <returns> documentation for "M:Couchbase.Core.Transcoders.ITypeTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32,Couchbase.IO.Operations.Flags,Couchbase.IO.Operations.OperationCode)"]

See Also