接口 DataBufferUtils.NestedMatcher

所有超级接口:
DataBufferUtils.Matcher
所有已知实现类:
DataBufferUtils.AbstractNestedMatcher, DataBufferUtils.KnuthMorrisPrattMatcher, DataBufferUtils.SingleByteMatcher, DataBufferUtils.TwoByteMatcher
封闭类:
DataBufferUtils

private static interface DataBufferUtils.NestedMatcher extends DataBufferUtils.Matcher
Matcher that can be nested within DataBufferUtils.CompositeMatcher where multiple matchers advance together using the same index, one byte at a time.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    match(byte b)
    Perform a match against the next byte of the stream and return true if the delimiter is fully matched.

    从接口继承的方法 cn.taketoday.core.io.buffer.DataBufferUtils.Matcher

    delimiter, match, reset
  • 方法详细资料

    • match

      boolean match(byte b)
      Perform a match against the next byte of the stream and return true if the delimiter is fully matched.