Package io.netty.buffer
Class ByteBufUtil.SWARByteSearch
- java.lang.Object
-
- io.netty.buffer.ByteBufUtil.SWARByteSearch
-
- Enclosing class:
- ByteBufUtil
private static final class ByteBufUtil.SWARByteSearch extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SWARByteSearch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static long
compilePattern(byte byteToFind)
private static int
firstAnyPattern(long word, long pattern, boolean leading)
-