org.pentaho.di.trans.steps.csvinput
Interface CrLfMatcherInterface

All Known Implementing Classes:
MultiByteBigCrLfMatcher, MultiByteLittleCrLfMatcher, SingleByteCrLfMatcher

public interface CrLfMatcherInterface


Method Summary
 boolean isLineFeed(byte[] source, int location)
           
 boolean isReturn(byte[] source, int location)
           
 

Method Detail

isReturn

boolean isReturn(byte[] source,
                 int location)

isLineFeed

boolean isLineFeed(byte[] source,
                   int location)