Interface CrLfMatcherInterface

All Known Implementing Classes:
MultiByteBigCrLfMatcher, MultiByteLittleCrLfMatcher, SingleByteCrLfMatcher

public interface CrLfMatcherInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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)