org.pentaho.di.trans.steps.csvinput
Class SingleByteCrLfMatcher
java.lang.Object
  
org.pentaho.di.trans.steps.csvinput.SingleByteCrLfMatcher
- All Implemented Interfaces: 
 - CrLfMatcherInterface
 
public class SingleByteCrLfMatcher
- extends Object
- implements CrLfMatcherInterface
  
 
| 
Method Summary | 
 boolean | 
isLineFeed(byte[] source,
           int location)
 
            | 
 boolean | 
isReturn(byte[] source,
         int location)
 
            | 
 
 
SingleByteCrLfMatcher
public SingleByteCrLfMatcher()
isReturn
public boolean isReturn(byte[] source,
                        int location)
- Specified by:
 isReturn in interface CrLfMatcherInterface
 
 
isLineFeed
public boolean isLineFeed(byte[] source,
                          int location)
- Specified by:
 isLineFeed in interface CrLfMatcherInterface