Package io.netty.buffer
Class ByteBufUtil.SWARByteSearch
java.lang.Object
io.netty.buffer.ByteBufUtil.SWARByteSearch
- Enclosing class:
ByteBufUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static long
compilePattern
(byte byteToFind) private static int
firstAnyPattern
(long word, long pattern, boolean leading)
-
Constructor Details
-
SWARByteSearch
private SWARByteSearch()
-
-
Method Details
-
compilePattern
private static long compilePattern(byte byteToFind) -
firstAnyPattern
private static int firstAnyPattern(long word, long pattern, boolean leading)
-