接口的使用
cn.taketoday.core.io.buffer.DataBufferUtils.NestedMatcher
程序包
说明
Generic abstraction for working with byte buffer implementations.
-
cn.taketoday.core.io.buffer中DataBufferUtils.NestedMatcher的使用
修饰符和类型类说明private static classBase class for aDataBufferUtils.NestedMatcher.private static classImplementation ofDataBufferUtils.Matcherthat uses the Knuth-Morris-Pratt algorithm.private static classMatcher for a single byte delimiter.private static classMatcher with a 2 byte delimiter that does not benefit from a Knuth-Morris-Pratt suffix-prefix table.修饰符和类型字段说明private final DataBufferUtils.NestedMatcher[]DataBufferUtils.CompositeMatcher.matchers修饰符和类型方法说明private static DataBufferUtils.NestedMatcherDataBufferUtils.createMatcher(byte[] delimiter) private static DataBufferUtils.NestedMatcher[]DataBufferUtils.CompositeMatcher.initMatchers(byte[][] delimiters)