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

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

public class SingleBytePatternMatcher
extends Object
implements PatternMatcherInterface


Constructor Summary
SingleBytePatternMatcher()
           
 
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

SingleBytePatternMatcher

public SingleBytePatternMatcher()
Method Detail

matchesPattern

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