类 DataBufferUtils.TwoByteMatcher
java.lang.Object
cn.taketoday.core.io.buffer.DataBufferUtils.AbstractNestedMatcher
cn.taketoday.core.io.buffer.DataBufferUtils.TwoByteMatcher
- 封闭类:
- DataBufferUtils
Matcher with a 2 byte delimiter that does not benefit from a
Knuth-Morris-Pratt suffix-prefix table.
-
字段概要
从类继承的字段 cn.taketoday.core.io.buffer.DataBufferUtils.AbstractNestedMatcher
delimiter, matches -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.core.io.buffer.DataBufferUtils.AbstractNestedMatcher
delimiter, match, match, reset
-
构造器详细资料
-
TwoByteMatcher
protected TwoByteMatcher(byte[] delimiter)
-