public class com.sun.javafx.iio.common.RoughScaler implements com.sun.javafx.iio.common.PushbroomScaler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.iio.common.RoughScaler
  super_class: java.lang.Object
{
  protected int numBands;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int destWidth;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int destHeight;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected double scaleY;
    descriptor: D
    flags: (0x0004) ACC_PROTECTED

  protected java.nio.ByteBuffer destBuf;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0004) ACC_PROTECTED

  protected int[] colPositions;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  protected int sourceLine;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int nextSourceLine;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int destLine;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30
            ldc Lcom/sun/javafx/iio/common/RoughScaler;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.javafx.iio.common.RoughScaler.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, int, int, int, int);
    descriptor: (IIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=6
        start local 0 // com.sun.javafx.iio.common.RoughScaler this
        start local 1 // int sourceWidth
        start local 2 // int sourceHeight
        start local 3 // int numBands
        start local 4 // int destWidth
        start local 5 // int destHeight
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            iload 1 /* sourceWidth */
            ifle 3
            iload 2 /* sourceHeight */
            ifle 3
            iload 3 /* numBands */
            ifle 3
         2: .line 55
            iload 4 /* destWidth */
            ifle 3
            iload 5 /* destHeight */
            ifgt 4
         3: .line 56
      StackMap locals: com.sun.javafx.iio.common.RoughScaler int int int int int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         4: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* numBands */
            putfield com.sun.javafx.iio.common.RoughScaler.numBands:I
         5: .line 61
            aload 0 /* this */
            iload 4 /* destWidth */
            putfield com.sun.javafx.iio.common.RoughScaler.destWidth:I
         6: .line 62
            aload 0 /* this */
            iload 5 /* destHeight */
            putfield com.sun.javafx.iio.common.RoughScaler.destHeight:I
         7: .line 65
            aload 0 /* this */
            iload 5 /* destHeight */
            iload 4 /* destWidth */
            imul
            iload 3 /* numBands */
            imul
            newarray 8
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield com.sun.javafx.iio.common.RoughScaler.destBuf:Ljava/nio/ByteBuffer;
         8: .line 68
            iload 1 /* sourceWidth */
            i2d
            iload 4 /* destWidth */
            i2d
            ddiv
            dstore 6 /* scaleX */
        start local 6 // double scaleX
         9: .line 69
            aload 0 /* this */
            iload 2 /* sourceHeight */
            i2d
            iload 5 /* destHeight */
            i2d
            ddiv
            putfield com.sun.javafx.iio.common.RoughScaler.scaleY:D
        10: .line 71
            aload 0 /* this */
            iload 4 /* destWidth */
            newarray 10
            putfield com.sun.javafx.iio.common.RoughScaler.colPositions:[I
        11: .line 72
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        12: goto 16
        13: .line 73
      StackMap locals: double int
      StackMap stack:
            iload 8 /* i */
            i2d
            ldc 0.5
            dadd
            dload 6 /* scaleX */
            dmul
            d2i
            istore 9 /* pos */
        start local 9 // int pos
        14: .line 74
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.colPositions:[I
            iload 8 /* i */
            iload 9 /* pos */
            iload 3 /* numBands */
            imul
            iastore
        end local 9 // int pos
        15: .line 72
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 8 /* i */
            iload 4 /* destWidth */
            if_icmplt 13
        end local 8 // int i
        17: .line 78
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.iio.common.RoughScaler.sourceLine:I
        18: .line 79
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.iio.common.RoughScaler.destLine:I
        19: .line 81
            aload 0 /* this */
            ldc 0.5
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.scaleY:D
            dmul
            d2i
            putfield com.sun.javafx.iio.common.RoughScaler.nextSourceLine:I
        20: .line 82
            return
        end local 6 // double scaleX
        end local 5 // int destHeight
        end local 4 // int destWidth
        end local 3 // int numBands
        end local 2 // int sourceHeight
        end local 1 // int sourceWidth
        end local 0 // com.sun.javafx.iio.common.RoughScaler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lcom/sun/javafx/iio/common/RoughScaler;
            0   21     1   sourceWidth  I
            0   21     2  sourceHeight  I
            0   21     3      numBands  I
            0   21     4     destWidth  I
            0   21     5    destHeight  I
            9   21     6        scaleX  D
           12   17     8             i  I
           14   15     9           pos  I
    MethodParameters:
              Name  Flags
      sourceWidth   
      sourceHeight  
      numBands      
      destWidth     
      destHeight    

  public java.nio.ByteBuffer getDestination();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.iio.common.RoughScaler this
         0: .line 90
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destBuf:Ljava/nio/ByteBuffer;
            areturn
        end local 0 // com.sun.javafx.iio.common.RoughScaler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/iio/common/RoughScaler;

  public boolean putSourceScanline(byte[], int);
    descriptor: ([BI)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // com.sun.javafx.iio.common.RoughScaler this
        start local 1 // byte[] scanline
        start local 2 // int off
         0: .line 103
            iload 2 /* off */
            ifge 2
         1: .line 104
            new java.lang.IllegalArgumentException
            dup
            ldc "off < 0!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destLine:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destHeight:I
            if_icmpge 24
         3: .line 108
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.sourceLine:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.nextSourceLine:I
            if_icmpne 23
         4: .line 109
            getstatic com.sun.javafx.iio.common.RoughScaler.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destBuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifne 5
            new java.lang.AssertionError
            dup
            ldc "destBuf.hasArray() == false => destBuf is direct"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destBuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 3 /* dest */
        start local 3 // byte[] dest
         6: .line 112
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destLine:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destWidth:I
            imul
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.numBands:I
            imul
            istore 4 /* destOffset */
        start local 4 // int destOffset
         7: .line 114
            iload 4 /* destOffset */
            istore 5 /* doff */
        start local 5 // int doff
         8: .line 115
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 17
        10: .line 116
      StackMap locals: com.sun.javafx.iio.common.RoughScaler byte[] int byte[] int int int
      StackMap stack:
            iload 2 /* off */
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.colPositions:[I
            iload 6 /* i */
            iaload
            iadd
            istore 7 /* sourceOffset */
        start local 7 // int sourceOffset
        11: .line 117
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        12: goto 15
        13: .line 118
      StackMap locals: int int
      StackMap stack:
            aload 3 /* dest */
            iload 5 /* doff */
            iinc 5 /* doff */ 1
            aload 1 /* scanline */
            iload 7 /* sourceOffset */
            iload 8 /* j */
            iadd
            baload
            bastore
        14: .line 117
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 8 /* j */
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.numBands:I
            if_icmplt 13
        end local 8 // int j
        end local 7 // int sourceOffset
        16: .line 115
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 6 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destWidth:I
            if_icmplt 10
        end local 6 // int i
        18: .line 122
            goto 21
        19: .line 124
      StackMap locals:
      StackMap stack:
            aload 3 /* dest */
            iload 4 /* destOffset */
            aload 3 /* dest */
            iload 5 /* doff */
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destWidth:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.numBands:I
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 125
            iload 5 /* doff */
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destWidth:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.numBands:I
            imul
            iadd
            istore 5 /* doff */
        21: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.common.RoughScaler.destLine:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.javafx.iio.common.RoughScaler.destLine:I
            i2d
            ldc 0.5
            dadd
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.scaleY:D
            dmul
            d2i
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.sourceLine:I
            if_icmpeq 19
        22: .line 127
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destLine:I
            i2d
            ldc 0.5
            dadd
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.scaleY:D
            dmul
            d2i
            putfield com.sun.javafx.iio.common.RoughScaler.nextSourceLine:I
        end local 5 // int doff
        end local 4 // int destOffset
        end local 3 // byte[] dest
        23: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.common.RoughScaler.sourceLine:I
            iconst_1
            iadd
            putfield com.sun.javafx.iio.common.RoughScaler.sourceLine:I
        24: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destLine:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.common.RoughScaler.destHeight:I
            if_icmpne 25
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        25: iconst_0
            ireturn
        end local 2 // int off
        end local 1 // byte[] scanline
        end local 0 // com.sun.javafx.iio.common.RoughScaler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lcom/sun/javafx/iio/common/RoughScaler;
            0   26     1      scanline  [B
            0   26     2           off  I
            6   23     3          dest  [B
            7   23     4    destOffset  I
            8   23     5          doff  I
            9   18     6             i  I
           11   16     7  sourceOffset  I
           12   16     8             j  I
    MethodParameters:
          Name  Flags
      scanline  
      off       
}
SourceFile: "RoughScaler.java"