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

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

public class SingleByteCrLfMatcher
extends Object
implements CrLfMatcherInterface


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

Constructor Detail

SingleByteCrLfMatcher

public SingleByteCrLfMatcher()
Method Detail

isReturn

public boolean isReturn(byte[] source,
                        int location)
Specified by:
isReturn in interface CrLfMatcherInterface

isLineFeed

public boolean isLineFeed(byte[] source,
                          int location)
Specified by:
isLineFeed in interface CrLfMatcherInterface