public class MultiByteLittleCrLfMatcher extends Object implements CrLfMatcherInterface
| Constructor and Description | 
|---|
MultiByteLittleCrLfMatcher()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isLineFeed(byte[] source,
          int location)  | 
boolean | 
isReturn(byte[] source,
        int location)  | 
public boolean isReturn(byte[] source,
                        int location)
isReturn in interface CrLfMatcherInterfacepublic boolean isLineFeed(byte[] source,
                          int location)
isLineFeed in interface CrLfMatcherInterface