Click or drag to resize

RawComparerHelper Class

Provides helper methods for implementing raw comparers.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.IORawComparerHelper

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class RawComparerHelper

The RawComparerHelper type exposes the following members.

Methods
 NameDescription
Public Extension MethodCompareT Compares the binary representation of two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Public methodStatic memberCompareBytes Helper method to compare a range of bytes.
Public methodStatic memberCompareBytesWith7BitEncodedLength Helper method to compare a range of bytes with a 7-bit encoded length before the range.
Top
See Also