org.pentaho.di.trans.steps.csvinput
Class MultiByteLittleCrLfMatcher
java.lang.Object
  
org.pentaho.di.trans.steps.csvinput.MultiByteLittleCrLfMatcher
- All Implemented Interfaces: 
 - CrLfMatcherInterface
 
public class MultiByteLittleCrLfMatcher
- extends Object
- implements CrLfMatcherInterface
  
 
| 
Method Summary | 
 boolean | 
isLineFeed(byte[] source,
           int location)
 
            | 
 boolean | 
isReturn(byte[] source,
         int location)
 
            | 
 
 
MultiByteLittleCrLfMatcher
public MultiByteLittleCrLfMatcher()
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