类 DataBufferUtils.KnuthMorrisPrattMatcher

java.lang.Object
cn.taketoday.core.io.buffer.DataBufferUtils.AbstractNestedMatcher
cn.taketoday.core.io.buffer.DataBufferUtils.KnuthMorrisPrattMatcher
所有已实现的接口:
DataBufferUtils.Matcher, DataBufferUtils.NestedMatcher
封闭类:
DataBufferUtils

private static class DataBufferUtils.KnuthMorrisPrattMatcher extends DataBufferUtils.AbstractNestedMatcher
Implementation of DataBufferUtils.Matcher that uses the Knuth-Morris-Pratt algorithm.
另请参阅:
  • 字段详细资料

    • table

      private final int[] table
  • 构造器详细资料

    • KnuthMorrisPrattMatcher

      public KnuthMorrisPrattMatcher(byte[] delimiter)
  • 方法详细资料