ManualByteConverter ClassCouchbase .NET SDK 2.1.0 Documentation

Note: This API is now obsolete.

Provides methods for "manually" converting bytes to and from types.
Inheritance Hierarchy
System Object
  Couchbase.IO.Converters ManualByteConverter

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
[ObsoleteAttribute("Use DefaultConverter.")]
public sealed class ManualByteConverter : IByteConverter

The ManualByteConverter type exposes the following members.

Constructors
  NameDescription
Public methodManualByteConverter
Initializes a new instance of the ManualByteConverter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFromByte(Byte,  Byte , Int32)
Writes a Byte to a buffer at a given offset.
Public methodFromByte(Byte,  Byte  , Int32)
Writes a Byte to a buffer at a given offset.
Public methodFromInt16(Int16,  Byte , Int32)
Writes a Int16 to a buffer at a given offset.
Public methodFromInt16(Int16,  Byte  , Int32)
Writes a Int16 to a buffer at a given offset.
Public methodFromInt16(Int16,  Byte  , Int32, Boolean)
Public methodFromInt32(Int32,  Byte , Int32)
Writes a Int32 to a buffer at a given offset.
Public methodFromInt32(Int32,  Byte  , Int32)
Writes a Int32 to a buffer at a given offset.
Public methodFromInt32(Int32,  Byte  , Int32, Boolean)
Public methodFromInt64(Int64,  Byte , Int32)
Writes a UInt64 to a buffer at a given offset.
Public methodFromInt64(Int64,  Byte  , Int32)
Writes a Int64 to a buffer at a given offset.
Public methodFromInt64(Int64,  Byte  , Int32, Boolean)
Public methodFromString(String,  Byte , Int32)
Writes a String to a buffer at a given offset.
Public methodFromString(String,  Byte  , Int32)
Writes a String to a buffer at a given offset.
Public methodFromUInt16(UInt16,  Byte , Int32)
Writes a UInt16 to a buffer at a given offset.
Public methodFromUInt16(UInt16,  Byte  , Int32)
Writes a UInt16 to a buffer at a given offset.
Public methodFromUInt16(UInt16,  Byte  , Int32, Boolean)
Public methodFromUInt32(UInt32,  Byte , Int32)
Writes a UInt32 to a buffer at a given offset.
Public methodFromUInt32(UInt32,  Byte  , Int32)
Writes a UInt32 to a buffer at a given offset.
Public methodFromUInt32(UInt32,  Byte  , Int32, Boolean)
Public methodFromUInt64(UInt64,  Byte , Int32)
Writes a UInt64 to a buffer at a given offset.
Public methodFromUInt64(UInt64,  Byte  , Int32)
Writes a UInt64 to a buffer at a given offset.
Public methodFromUInt64(UInt64,  Byte  , Int32, Boolean)
Public methodFromUInt642
Public methodGetBit
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetBit
Public methodToByte
Converts a Byte at a given offset to a Byte.
Public methodToInt16( Byte , Int32)
Converts a buffer at a given offset to a Int16.
Public methodToInt16( Byte , Int32, Boolean)
Public methodToInt32( Byte , Int32)
Converts a buffer at a given offset to a Int32.
Public methodToInt32( Byte , Int32, Boolean)
Public methodToInt64( Byte , Int32)
Converts a buffer at a given offset to a Int64.
Public methodToInt64( Byte , Int32, Boolean)
Public methodToString 
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString( Byte , Int32, Int32)
Converts a buffer at a given offset to a String.
Public methodToUInt16( Byte , Int32)
Converts a buffer at a given offset to a UInt16.
Public methodToUInt16( Byte , Int32, Boolean)
Public methodToUInt32( Byte , Int32)
Converts a buffer at a given offset to a UInt32.
Public methodToUInt32( Byte , Int32, Boolean)
Public methodToUInt64( Byte , Int32)
Converts a buffer at a given offset to a UInt64.
Public methodToUInt64( Byte , Int32, Boolean)
Top
See Also