class sun.net.www.protocol.gopher.GopherInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.gopher.GopherInputStream
  super_class: java.io.FilterInputStream
{
  sun.net.NetworkClient parent;
    descriptor: Lsun/net/NetworkClient;
    flags: (0x0000) 

  void <init>(sun.net.NetworkClient, java.io.InputStream);
    descriptor: (Lsun/net/NetworkClient;Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.net.www.protocol.gopher.GopherInputStream this
        start local 1 // sun.net.NetworkClient o
        start local 2 // java.io.InputStream fd
         0: .line 346
            aload 0 /* this */
            aload 2 /* fd */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 347
            aload 0 /* this */
            aload 1 /* o */
            putfield sun.net.www.protocol.gopher.GopherInputStream.parent:Lsun/net/NetworkClient;
         2: .line 348
            return
        end local 2 // java.io.InputStream fd
        end local 1 // sun.net.NetworkClient o
        end local 0 // sun.net.www.protocol.gopher.GopherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/protocol/gopher/GopherInputStream;
            0    3     1     o  Lsun/net/NetworkClient;
            0    3     2    fd  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      o     
      fd    

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.gopher.GopherInputStream this
         0: .line 352
            aload 0 /* this */
            getfield sun.net.www.protocol.gopher.GopherInputStream.parent:Lsun/net/NetworkClient;
            invokevirtual sun.net.NetworkClient.closeServer:()V
         1: .line 353
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.close:()V
         2: .line 354
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 356
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.www.protocol.gopher.GopherInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/protocol/gopher/GopherInputStream;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
}
SourceFile: "GopherClient.java"