com.starbase.diff
Interface ColumnMask

All Known Implementing Classes:
BasicColumnMask

public interface ColumnMask


Method Summary
 int skipBy(int column, CharSequence sequence)
          Returns distance to skip from column if this ColumnMask includes this column.
 

Method Detail

skipBy

public int skipBy(int column,
                  CharSequence sequence)
Returns distance to skip from column if this ColumnMask includes this column. Should return 0 if not skipped. offset is the offset into the data array where column 1 can be found.



StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.