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

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

public class MultiByteBigCrLfMatcher
extends Object
implements CrLfMatcherInterface


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

MultiByteBigCrLfMatcher

public MultiByteBigCrLfMatcher()
Method Detail

isLineFeed

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

isReturn

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