final class com.sun.webkit.network.DirectoryURLConnection extends java.net.URLConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.network.DirectoryURLConnection
  super_class: java.net.URLConnection
{
  private static final java.lang.String[] patStrings;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[][] patternGroups;
    descriptor: [[I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.regex.Pattern[] patterns;
    descriptor: [Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.regex.Pattern linkp;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String styleSheet;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "<style type=\"text/css\" media=\"screen\">TABLE { border: 0;}TR.header { background: #FFFFFF; color: black; font-weight: bold; text-align: center;}TR.odd { background: #E0E0E0;}TR.even { background: #C0C0C0;}TD.file { text-align: left;}TD.fsize { text-align: right; padding-right: 1em;}TD.dir { text-align: center; color: green; padding-right: 1em;}TD.link { text-align: center; color: red; padding-right: 1em;}TD.date { text-align: justify;}</style>"

  private final java.net.URLConnection inner;
    descriptor: Ljava/net/URLConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean sure;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String dirUrl;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean toHTML;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final boolean ftp;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.io.InputStream ins;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 50
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 53
            ldc "([\\-ld](?:[r\\-][w\\-][x\\-]){3})\\s*\\d+ (\\w+)\\s*(\\w+)\\s*(\\d+)\\s*([A-Z][a-z][a-z]\\s*\\d+)\\s*((?:\\d\\d:\\d\\d)|(?:\\d{4}))\\s*(\\p{Print}*)"
            aastore
            dup
            iconst_1
         2: .line 55
            ldc "(\\d{2}/\\d{2}/\\d{4})\\s*(\\d{2}:\\d{2}[ap])\\s*((?:[0-9,]+)|(?:<DIR>))\\s*(\\p{Graph}*)"
            aastore
            dup
            iconst_2
         3: .line 57
            ldc "(\\d{2}-\\d{2}-\\d{2})\\s*(\\d{2}:\\d{2}[AP]M)\\s*((?:[0-9,]+)|(?:<DIR>))\\s*(\\p{Graph}*)"
            aastore
         4: .line 50
            putstatic com.sun.webkit.network.DirectoryURLConnection.patStrings:[Ljava/lang/String;
         5: .line 59
            iconst_3
            anewarray int[]
            dup
            iconst_0
         6: .line 61
            iconst_5
            newarray 10
            dup
            iconst_0
            bipush 7
            iastore
            dup
            iconst_1
            iconst_4
            iastore
            dup
            iconst_2
            iconst_5
            iastore
            dup
            iconst_3
            bipush 6
            iastore
            dup
            iconst_4
            iconst_1
            iastore
            aastore
            dup
            iconst_1
         7: .line 62
            iconst_5
            newarray 10
            dup
            iconst_0
            iconst_4
            iastore
            dup
            iconst_1
            iconst_3
            iastore
            dup
            iconst_2
            iconst_1
            iastore
            dup
            iconst_3
            iconst_2
            iastore
            aastore
            dup
            iconst_2
         8: .line 63
            iconst_5
            newarray 10
            dup
            iconst_0
            iconst_4
            iastore
            dup
            iconst_1
            iconst_3
            iastore
            dup
            iconst_2
            iconst_1
            iastore
            dup
            iconst_3
            iconst_2
            iastore
            aastore
         9: .line 59
            putstatic com.sun.webkit.network.DirectoryURLConnection.patternGroups:[[I
        10: .line 66
            ldc "(\\p{Print}+) \\-\\> (\\p{Print}+)$"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            putstatic com.sun.webkit.network.DirectoryURLConnection.linkp:Ljava/util/regex/Pattern;
        11: .line 82
            getstatic com.sun.webkit.network.DirectoryURLConnection.patStrings:[Ljava/lang/String;
            arraylength
            anewarray java.util.regex.Pattern
            putstatic com.sun.webkit.network.DirectoryURLConnection.patterns:[Ljava/util/regex/Pattern;
        12: .line 83
            iconst_0
            istore 0 /* i */
        start local 0 // int i
        13: goto 16
        14: .line 84
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.webkit.network.DirectoryURLConnection.patterns:[Ljava/util/regex/Pattern;
            iload 0 /* i */
            getstatic com.sun.webkit.network.DirectoryURLConnection.patStrings:[Ljava/lang/String;
            iload 0 /* i */
            aaload
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            aastore
        15: .line 83
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 0 /* i */
            getstatic com.sun.webkit.network.DirectoryURLConnection.patStrings:[Ljava/lang/String;
            arraylength
            if_icmplt 14
        end local 0 // int i
        17: .line 86
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
           13   17     0     i  I

  void <init>(java.net.URLConnection, boolean);
    descriptor: (Ljava/net/URLConnection;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
        start local 1 // java.net.URLConnection con
        start local 2 // boolean notsure
         0: .line 403
            aload 0 /* this */
            aload 1 /* con */
            invokevirtual java.net.URLConnection.getURL:()Ljava/net/URL;
            invokespecial java.net.URLConnection.<init>:(Ljava/net/URL;)V
         1: .line 89
            aload 0 /* this */
            aconst_null
            putfield com.sun.webkit.network.DirectoryURLConnection.dirUrl:Ljava/lang/String;
         2: .line 92
            aload 0 /* this */
            iconst_1
            putfield com.sun.webkit.network.DirectoryURLConnection.toHTML:Z
         3: .line 94
            aload 0 /* this */
            aconst_null
            putfield com.sun.webkit.network.DirectoryURLConnection.ins:Ljava/io/InputStream;
         4: .line 404
            aload 0 /* this */
            aload 1 /* con */
            invokevirtual java.net.URLConnection.getURL:()Ljava/net/URL;
            invokevirtual java.net.URL.toExternalForm:()Ljava/lang/String;
            putfield com.sun.webkit.network.DirectoryURLConnection.dirUrl:Ljava/lang/String;
         5: .line 405
            aload 0 /* this */
            aload 1 /* con */
            putfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
         6: .line 406
            aload 0 /* this */
            iload 2 /* notsure */
            ifeq 7
            iconst_0
            goto 8
      StackMap locals: com.sun.webkit.network.DirectoryURLConnection java.net.URLConnection int
      StackMap stack: com.sun.webkit.network.DirectoryURLConnection
         7: iconst_1
      StackMap locals: com.sun.webkit.network.DirectoryURLConnection java.net.URLConnection int
      StackMap stack: com.sun.webkit.network.DirectoryURLConnection int
         8: putfield com.sun.webkit.network.DirectoryURLConnection.sure:Z
         9: .line 407
            aload 0 /* this */
            iconst_1
            putfield com.sun.webkit.network.DirectoryURLConnection.ftp:Z
        10: .line 408
            return
        end local 2 // boolean notsure
        end local 1 // java.net.URLConnection con
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/webkit/network/DirectoryURLConnection;
            0   11     1      con  Ljava/net/URLConnection;
            0   11     2  notsure  Z
    MethodParameters:
         Name  Flags
      con      
      notsure  

  void <init>(java.net.URLConnection);
    descriptor: (Ljava/net/URLConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
        start local 1 // java.net.URLConnection con
         0: .line 414
            aload 0 /* this */
            aload 1 /* con */
            invokevirtual java.net.URLConnection.getURL:()Ljava/net/URL;
            invokespecial java.net.URLConnection.<init>:(Ljava/net/URL;)V
         1: .line 89
            aload 0 /* this */
            aconst_null
            putfield com.sun.webkit.network.DirectoryURLConnection.dirUrl:Ljava/lang/String;
         2: .line 92
            aload 0 /* this */
            iconst_1
            putfield com.sun.webkit.network.DirectoryURLConnection.toHTML:Z
         3: .line 94
            aload 0 /* this */
            aconst_null
            putfield com.sun.webkit.network.DirectoryURLConnection.ins:Ljava/io/InputStream;
         4: .line 415
            aload 0 /* this */
            aload 1 /* con */
            invokevirtual java.net.URLConnection.getURL:()Ljava/net/URL;
            invokevirtual java.net.URL.toExternalForm:()Ljava/lang/String;
            putfield com.sun.webkit.network.DirectoryURLConnection.dirUrl:Ljava/lang/String;
         5: .line 416
            aload 0 /* this */
            iconst_0
            putfield com.sun.webkit.network.DirectoryURLConnection.ftp:Z
         6: .line 417
            aload 0 /* this */
            iconst_1
            putfield com.sun.webkit.network.DirectoryURLConnection.sure:Z
         7: .line 418
            aload 0 /* this */
            aload 1 /* con */
            putfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
         8: .line 419
            return
        end local 1 // java.net.URLConnection con
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/webkit/network/DirectoryURLConnection;
            0    9     1   con  Ljava/net/URLConnection;
    MethodParameters:
      Name  Flags
      con   

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
         0: .line 424
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.connect:()V
         1: .line 425
            return
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/network/DirectoryURLConnection;
    Exceptions:
      throws java.io.IOException

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
         0: .line 430
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.ins:Ljava/io/InputStream;
            ifnonnull 8
         1: .line 431
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.ftp:Z
            ifeq 7
         2: .line 432
            aload 0 /* this */
         3: new com.sun.webkit.network.DirectoryURLConnection$DirectoryInputStream
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.getInputStream:()Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.sure:Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals: com.sun.webkit.network.DirectoryURLConnection
      StackMap stack: com.sun.webkit.network.DirectoryURLConnection new 3 new 3 com.sun.webkit.network.DirectoryURLConnection java.io.InputStream
         4: iconst_1
      StackMap locals: com.sun.webkit.network.DirectoryURLConnection
      StackMap stack: com.sun.webkit.network.DirectoryURLConnection new 3 new 3 com.sun.webkit.network.DirectoryURLConnection java.io.InputStream int
         5: invokespecial com.sun.webkit.network.DirectoryURLConnection$DirectoryInputStream.<init>:(Lcom/sun/webkit/network/DirectoryURLConnection;Ljava/io/InputStream;Z)V
            putfield com.sun.webkit.network.DirectoryURLConnection.ins:Ljava/io/InputStream;
         6: .line 433
            goto 8
         7: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.sun.webkit.network.DirectoryURLConnection$DirectoryInputStream
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.getInputStream:()Ljava/io/InputStream;
            iconst_0
            invokespecial com.sun.webkit.network.DirectoryURLConnection$DirectoryInputStream.<init>:(Lcom/sun/webkit/network/DirectoryURLConnection;Ljava/io/InputStream;Z)V
            putfield com.sun.webkit.network.DirectoryURLConnection.ins:Ljava/io/InputStream;
         8: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.ins:Ljava/io/InputStream;
            areturn
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/webkit/network/DirectoryURLConnection;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
         0: .line 444
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.sure:Z
            ifne 4
         1: .line 445
            aload 0 /* this */
            invokevirtual com.sun.webkit.network.DirectoryURLConnection.getInputStream:()Ljava/io/InputStream;
            pop
         2: .line 447
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.toHTML:Z
            ifeq 6
         5: .line 451
            ldc "text/html"
            areturn
         6: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.getContentType:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/webkit/network/DirectoryURLConnection;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException

  public java.lang.String getContentEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
         0: .line 460
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.getContentEncoding:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/network/DirectoryURLConnection;

  public int getContentLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
         0: .line 466
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.getContentLength:()I
            ireturn
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/network/DirectoryURLConnection;

  public java.util.Map<java.lang.String, java.util.List<java.lang.String>> getHeaderFields();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
         0: .line 472
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.getHeaderFields:()Ljava/util/Map;
            areturn
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/network/DirectoryURLConnection;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;

  public java.lang.String getHeaderField(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.network.DirectoryURLConnection this
        start local 1 // java.lang.String key
         0: .line 478
            aload 0 /* this */
            getfield com.sun.webkit.network.DirectoryURLConnection.inner:Ljava/net/URLConnection;
            aload 1 /* key */
            invokevirtual java.net.URLConnection.getHeaderField:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String key
        end local 0 // com.sun.webkit.network.DirectoryURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/network/DirectoryURLConnection;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "DirectoryURLConnection.java"
NestMembers:
  com.sun.webkit.network.DirectoryURLConnection$DirectoryInputStream
InnerClasses:
  private final DirectoryInputStream = com.sun.webkit.network.DirectoryURLConnection$DirectoryInputStream of com.sun.webkit.network.DirectoryURLConnection