Class MultiByteBigCrLfMatcher
java.lang.Object
org.pentaho.di.trans.steps.csvinput.MultiByteBigCrLfMatcher
- All Implemented Interfaces:
CrLfMatcherInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLineFeed(byte[] source, int location) booleanisReturn(byte[] source, int location)
-
Constructor Details
-
MultiByteBigCrLfMatcher
public MultiByteBigCrLfMatcher()
-
-
Method Details
-
isLineFeed
public boolean isLineFeed(byte[] source, int location) - Specified by:
isLineFeedin interfaceCrLfMatcherInterface
-
isReturn
public boolean isReturn(byte[] source, int location) - Specified by:
isReturnin interfaceCrLfMatcherInterface
-