C# 클래스 Summer.Batch.Extra.Sort.Legacy.Comparer.StringComparer

Implementation of AbstractBytesComparer that compares byte arrays by extracting a string value.
상속: AbstractBytesComparer
파일 보기 프로젝트 열기: SummerBatch/SummerBatch 1 사용 예제들

공개 메소드들

메소드 설명
StringComparer ( ) : System.Text

Default constructor.

보호된 메소드들

메소드 설명
DoCompare ( byte x, byte y ) : int

Method that does the actual comparison.

메소드 상세

DoCompare() 보호된 메소드

Method that does the actual comparison.
protected DoCompare ( byte x, byte y ) : int
x byte The first object to compare.
y byte The second object to compare.
리턴 int

StringComparer() 공개 메소드

Default constructor.
public StringComparer ( ) : System.Text
리턴 System.Text