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