org.pentaho.di.trans.steps.csvinput
Class EmptyPatternMatcher

java.lang.Object
  extended by org.pentaho.di.trans.steps.csvinput.EmptyPatternMatcher
All Implemented Interfaces:
PatternMatcherInterface

public class EmptyPatternMatcher
extends Object
implements PatternMatcherInterface


Constructor Summary
EmptyPatternMatcher()
           
 
Method Summary
 boolean matchesPattern(byte[] source, int location, byte[] pattern)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyPatternMatcher

public EmptyPatternMatcher()
Method Detail

matchesPattern

public boolean matchesPattern(byte[] source,
                              int location,
                              byte[] pattern)
Specified by:
matchesPattern in interface PatternMatcherInterface