Class ByteBufUtil.SWARByteSearch

java.lang.Object
io.netty.buffer.ByteBufUtil.SWARByteSearch
Enclosing class:
ByteBufUtil

private static final class ByteBufUtil.SWARByteSearch extends Object
  • 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)