Class SingleByteCrLfMatcher
- java.lang.Object
-
- org.pentaho.di.trans.steps.csvinput.SingleByteCrLfMatcher
-
- All Implemented Interfaces:
CrLfMatcherInterface
public class SingleByteCrLfMatcher extends Object implements CrLfMatcherInterface
-
-
Constructor Summary
Constructors Constructor Description SingleByteCrLfMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLineFeed(byte[] source, int location)booleanisReturn(byte[] source, int location)
-
-
-
Method Detail
-
isReturn
public boolean isReturn(byte[] source, int location)- Specified by:
isReturnin interfaceCrLfMatcherInterface
-
isLineFeed
public boolean isLineFeed(byte[] source, int location)- Specified by:
isLineFeedin interfaceCrLfMatcherInterface
-
-