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: 2.0.0
Syntax
public static class RawComparerHelper

The RawComparerHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompareT
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