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