org.pentaho.di.trans.steps.csvinput
Class EmptyPatternMatcher
java.lang.Object
org.pentaho.di.trans.steps.csvinput.EmptyPatternMatcher
- All Implemented Interfaces:
- PatternMatcherInterface
public class EmptyPatternMatcher
- extends Object
- implements PatternMatcherInterface
Method Summary |
boolean |
matchesPattern(byte[] source,
int location,
byte[] pattern)
|
EmptyPatternMatcher
public EmptyPatternMatcher()
matchesPattern
public boolean matchesPattern(byte[] source,
int location,
byte[] pattern)
- Specified by:
matchesPattern
in interface PatternMatcherInterface