class org.bouncycastle.est.ESTResponse$PrintingInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.est.ESTResponse$PrintingInputStream
  super_class: java.io.InputStream
{
  private final java.io.InputStream src;
    descriptor: Ljava/io/InputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.bouncycastle.est.ESTResponse this$0;
    descriptor: Lorg/bouncycastle/est/ESTResponse;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.bouncycastle.est.ESTResponse, java.io.InputStream);
    descriptor: (Lorg/bouncycastle/est/ESTResponse;Ljava/io/InputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.est.ESTResponse$PrintingInputStream this
        start local 2 // java.io.InputStream src
         0: .line 293
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.est.ESTResponse$PrintingInputStream.this$0:Lorg/bouncycastle/est/ESTResponse;
         1: .line 292
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         2: .line 294
            aload 0 /* this */
            aload 2 /* src */
            putfield org.bouncycastle.est.ESTResponse$PrintingInputStream.src:Ljava/io/InputStream;
         3: .line 295
            return
        end local 2 // java.io.InputStream src
        end local 0 // org.bouncycastle.est.ESTResponse$PrintingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/est/ESTResponse$PrintingInputStream;
            0    4     2   src  Ljava/io/InputStream;
    MethodParameters:
        Name  Flags
      this$0  final
      src     

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.bouncycastle.est.ESTResponse$PrintingInputStream this
         0: .line 300
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTResponse$PrintingInputStream.src:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* i */
        start local 1 // int i
         1: .line 301
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            iload 1 /* i */
            i2c
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         2: .line 302
            iload 1 /* i */
            ireturn
        end local 1 // int i
        end local 0 // org.bouncycastle.est.ESTResponse$PrintingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/est/ESTResponse$PrintingInputStream;
            1    3     1     i  I
    Exceptions:
      throws java.io.IOException

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.ESTResponse$PrintingInputStream this
         0: .line 308
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTResponse$PrintingInputStream.src:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            ireturn
        end local 0 // org.bouncycastle.est.ESTResponse$PrintingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/ESTResponse$PrintingInputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.ESTResponse$PrintingInputStream this
         0: .line 314
            aload 0 /* this */
            getfield org.bouncycastle.est.ESTResponse$PrintingInputStream.src:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         1: .line 315
            return
        end local 0 // org.bouncycastle.est.ESTResponse$PrintingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/est/ESTResponse$PrintingInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ESTResponse.java"
NestHost: org.bouncycastle.est.ESTResponse
InnerClasses:
  private PrintingInputStream = org.bouncycastle.est.ESTResponse$PrintingInputStream of org.bouncycastle.est.ESTResponse