类 DataBufferUtils.TwoByteMatcher

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

private static class DataBufferUtils.TwoByteMatcher extends DataBufferUtils.AbstractNestedMatcher
Matcher with a 2 byte delimiter that does not benefit from a Knuth-Morris-Pratt suffix-prefix table.
  • 构造器详细资料

    • TwoByteMatcher

      protected TwoByteMatcher(byte[] delimiter)