org.pentaho.di.trans.steps.csvinput
Class MultiByteBigCrLfMatcher
java.lang.Object
org.pentaho.di.trans.steps.csvinput.MultiByteBigCrLfMatcher
- All Implemented Interfaces:
- CrLfMatcherInterface
public class MultiByteBigCrLfMatcher
- extends Object
- implements CrLfMatcherInterface
Method Summary |
boolean |
isLineFeed(byte[] source,
int location)
|
boolean |
isReturn(byte[] source,
int location)
|
MultiByteBigCrLfMatcher
public MultiByteBigCrLfMatcher()
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