Class StreamBufferScanner.ScanTarget

  • Enclosing class:
    StreamBufferScanner

    public static class StreamBufferScanner.ScanTarget
    extends java.lang.Object
    Scan target.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long mask
      Mask for the value.
      byte value
      Byte value to scan.
    • Constructor Summary

      Constructors 
      Constructor Description
      ScanTarget​(byte value)
      Instantiate.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public final byte value
        Byte value to scan.
      • mask

        public final long mask
        Mask for the value.
    • Constructor Detail

      • ScanTarget

        public ScanTarget​(byte value)
        Instantiate.
        Parameters:
        value - Target byte for scan.