Class Utils.IntByteScanner

java.lang.Object
io.activej.csp.binary.Utils.IntByteScanner
All Implemented Interfaces:
io.activej.bytebuf.ByteBufs.ByteScanner
Enclosing class:
Utils

public static class Utils.IntByteScanner extends Object implements io.activej.bytebuf.ByteBufs.ByteScanner
  • Constructor Details

    • IntByteScanner

      public IntByteScanner()
  • Method Details

    • consume

      public boolean consume(int index, byte b)
      Specified by:
      consume in interface io.activej.bytebuf.ByteBufs.ByteScanner
    • getValue

      public int getValue()