Interface CrLfMatcherInterface
- All Known Implementing Classes:
MultiByteBigCrLfMatcher
,MultiByteLittleCrLfMatcher
,SingleByteCrLfMatcher
public interface CrLfMatcherInterface
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isLineFeed
(byte[] source, int location) boolean
isReturn
(byte[] source, int location)
-
Method Details
-
isReturn
boolean isReturn(byte[] source, int location) -
isLineFeed
boolean isLineFeed(byte[] source, int location)
-