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