IByteConverter MethodsCouchbase .NET SDK 2.1.0 Documentation

The IByteConverter type exposes the following members.

Methods
  NameDescription
Public methodFromByte(Byte,  Byte , Int32)
Writes a Byte to a buffer starting at a given offset.
Public methodFromByte(Byte,  Byte  , Int32)
Writes a Byte to a buffer starting at a given offset.
Public methodFromInt16(Int16,  Byte , Int32)
Writes a Int16 to a buffer starting at a given offset.
Public methodFromInt16(Int16,  Byte  , Int32)
Writes a Int16 to a buffer starting at a given offset.
Public methodFromInt16(Int16,  Byte  , Int32, Boolean)
Writes a Int16 to a buffer starting at a given offset.
Public methodFromInt32(Int32,  Byte , Int32)
Writes a Int32 to a buffer starting at a given offset.
Public methodFromInt32(Int32,  Byte  , Int32)
Writes a Int32 to a buffer starting at a given offset.
Public methodFromInt32(Int32,  Byte  , Int32, Boolean)
Writes a Int32 to a buffer starting at a given offset.
Public methodFromInt64(Int64,  Byte , Int32)
Writes a Int64 to a buffer starting at a given offset.
Public methodFromInt64(Int64,  Byte  , Int32)
Writes a Int64 to a buffer starting at a given offset.
Public methodFromInt64(Int64,  Byte  , Int32, Boolean)
Writes a Int64 to a buffer starting at a given offset.
Public methodFromString(String,  Byte , Int32)
Writes a String to a buffer starting at a given offset.
Public methodFromString(String,  Byte  , Int32)
Writes a String to a buffer starting at a given offset.
Public methodFromUInt16(UInt16,  Byte , Int32)
Writes a UInt16 to a buffer starting at a given offset.
Public methodFromUInt16(UInt16,  Byte  , Int32)
Writes a UInt16 to a buffer starting at a given offset.
Public methodFromUInt16(UInt16,  Byte  , Int32, Boolean)
Writes a UInt16 to a buffer starting at a given offset.
Public methodFromUInt32(UInt32,  Byte , Int32)
Writes a UInt32 to a buffer starting at a given offset.
Public methodFromUInt32(UInt32,  Byte  , Int32)
Writes a UInt32 to a buffer starting at a given offset.
Public methodFromUInt32(UInt32,  Byte  , Int32, Boolean)
Writes a UInt32 to a buffer starting at a given offset.
Public methodFromUInt64(UInt64,  Byte , Int32)
Writes a UInt64 to a buffer starting at a given offset.
Public methodFromUInt64(UInt64,  Byte  , Int32)
Writes a UInt64 to a buffer starting at a given offset.
Public methodFromUInt64(UInt64,  Byte  , Int32, Boolean)
Writes a UInt64 to a buffer starting at a given offset.
Public methodGetBit
Gets the bit as a Boolean from a Byte at a given position.
Public methodSetBit
Sets the bit from a Byte at a given position.
Public methodToByte
Reads a Byte from a buffer starting from a given offset.
Public methodToInt16( Byte , Int32)
Reads a Int16 from a buffer starting from a given offset.
Public methodToInt16( Byte , Int32, Boolean)
Reads a Int16 from a buffer starting from a given offset.
Public methodToInt32( Byte , Int32)
Reads a Int32 from a buffer starting from a given offset.
Public methodToInt32( Byte , Int32, Boolean)
Reads a Int32 from a buffer starting from a given offset.
Public methodToInt64( Byte , Int32)
Reads a Int64 from a buffer starting from a given offset.
Public methodToInt64( Byte , Int32, Boolean)
Reads a Int64 from a buffer starting from a given offset.
Public methodToString
Returns a String from the buffer starting at a given offset and length.
Public methodToUInt16( Byte , Int32)
Reads a UInt16 from a buffer starting from a given offset.
Public methodToUInt16( Byte , Int32, Boolean)
Reads a UInt16 from a buffer starting from a given offset.
Public methodToUInt32( Byte , Int32)
Reads a UInt32 from a buffer starting from a given offset.
Public methodToUInt32( Byte , Int32, Boolean)
Reads a UInt32 from a buffer starting from a given offset.
Public methodToUInt64( Byte , Int32)
Reads a UInt64 from a buffer starting from a given offset.
Public methodToUInt64( Byte , Int32, Boolean)
Reads a UInt64 from a buffer starting from a given offset.
Top
See Also