public class com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream extends java.io.BufferedInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream
  super_class: java.io.BufferedInputStream
{
  final com.sun.javafx.runtime.async.AbstractRemoteResource this$0;
    descriptor: Lcom/sun/javafx/runtime/async/AbstractRemoteResource;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.sun.javafx.runtime.async.AbstractRemoteResource, java.io.InputStream);
    descriptor: (Lcom/sun/javafx/runtime/async/AbstractRemoteResource;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream this
        start local 2 // java.io.InputStream in
         0: .line 117
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream.this$0:Lcom/sun/javafx/runtime/async/AbstractRemoteResource;
         1: .line 118
            aload 0 /* this */
            aload 2 /* in */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
         2: .line 119
            return
        end local 2 // java.io.InputStream in
        end local 0 // com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/runtime/async/AbstractRemoteResource$ProgressInputStream;
            0    3     2    in  Ljava/io/InputStream;
    MethodParameters:
        Name  Flags
      this$0  final
      in      

  public synchronized int read();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream this
         0: .line 123
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isInterrupted:()Z
            ifeq 2
         1: .line 124
            new java.io.InterruptedIOException
            dup
            invokespecial java.io.InterruptedIOException.<init>:()V
            athrow
         2: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.io.BufferedInputStream.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         3: .line 126
            aload 0 /* this */
            getfield com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream.this$0:Lcom/sun/javafx/runtime/async/AbstractRemoteResource;
            iconst_1
            invokevirtual com.sun.javafx.runtime.async.AbstractRemoteResource.addProgress:(I)V
         4: .line 127
            iload 1 /* ch */
            ireturn
        end local 1 // int ch
        end local 0 // com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/runtime/async/AbstractRemoteResource$ProgressInputStream;
            3    5     1    ch  I
    Exceptions:
      throws java.io.IOException

  public synchronized int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 132
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isInterrupted:()Z
            ifeq 2
         1: .line 133
            new java.io.InterruptedIOException
            dup
            invokespecial java.io.InterruptedIOException.<init>:()V
            athrow
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.io.BufferedInputStream.read:([BII)I
            istore 4 /* bytes */
        start local 4 // int bytes
         3: .line 135
            aload 0 /* this */
            getfield com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream.this$0:Lcom/sun/javafx/runtime/async/AbstractRemoteResource;
            iload 4 /* bytes */
            invokevirtual com.sun.javafx.runtime.async.AbstractRemoteResource.addProgress:(I)V
         4: .line 136
            iload 4 /* bytes */
            ireturn
        end local 4 // int bytes
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/javafx/runtime/async/AbstractRemoteResource$ProgressInputStream;
            0    5     1      b  [B
            0    5     2    off  I
            0    5     3    len  I
            3    5     4  bytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream this
        start local 1 // byte[] b
         0: .line 141
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isInterrupted:()Z
            ifeq 2
         1: .line 142
            new java.io.InterruptedIOException
            dup
            invokespecial java.io.InterruptedIOException.<init>:()V
            athrow
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            invokespecial java.io.BufferedInputStream.read:([B)I
            istore 2 /* bytes */
        start local 2 // int bytes
         3: .line 144
            aload 0 /* this */
            getfield com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream.this$0:Lcom/sun/javafx/runtime/async/AbstractRemoteResource;
            iload 2 /* bytes */
            invokevirtual com.sun.javafx.runtime.async.AbstractRemoteResource.addProgress:(I)V
         4: .line 145
            iload 2 /* bytes */
            ireturn
        end local 2 // int bytes
        end local 1 // byte[] b
        end local 0 // com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/javafx/runtime/async/AbstractRemoteResource$ProgressInputStream;
            0    5     1      b  [B
            3    5     2  bytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "AbstractRemoteResource.java"
NestHost: com.sun.javafx.runtime.async.AbstractRemoteResource
InnerClasses:
  protected ProgressInputStream = com.sun.javafx.runtime.async.AbstractRemoteResource$ProgressInputStream of com.sun.javafx.runtime.async.AbstractRemoteResource