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