public class SingleByteCrLfMatcher extends Object implements CrLfMatcherInterface
Constructor and Description |
---|
SingleByteCrLfMatcher() |
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 CrLfMatcherInterface
public boolean isLineFeed(byte[] source, int location)
isLineFeed
in interface CrLfMatcherInterface
Copyright © 2018 Hitachi Vantara. All rights reserved.