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 booleanisLineFeed(byte[] source, int location)booleanisReturn(byte[] source, int location)
-