org.pentaho.di.trans.steps.csvinput
Interface PatternMatcherInterface

All Known Implementing Classes:
EmptyPatternMatcher, MultiBytePatternMatcher, SingleBytePatternMatcher

public interface PatternMatcherInterface


Method Summary
 boolean matchesPattern(byte[] source, int location, byte[] pattern)
           
 

Method Detail

matchesPattern

boolean matchesPattern(byte[] source,
                       int location,
                       byte[] pattern)