public class org.codehaus.plexus.util.xml.XmlStreamReader extends org.codehaus.plexus.util.xml.XmlReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.codehaus.plexus.util.xml.XmlStreamReader
  super_class: org.codehaus.plexus.util.xml.XmlReader
{
  public void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
        start local 1 // java.io.File file
         0: .line 67
            aload 0 /* this */
            aload 1 /* file */
            invokespecial org.codehaus.plexus.util.xml.XmlReader.<init>:(Ljava/io/File;)V
         1: .line 68
            return
        end local 1 // java.io.File file
        end local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/codehaus/plexus/util/xml/XmlStreamReader;
            0    2     1  file  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
        start local 1 // java.io.InputStream is
         0: .line 84
            aload 0 /* this */
            aload 1 /* is */
            invokespecial org.codehaus.plexus.util.xml.XmlReader.<init>:(Ljava/io/InputStream;)V
         1: .line 85
            return
        end local 1 // java.io.InputStream is
        end local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/codehaus/plexus/util/xml/XmlStreamReader;
            0    2     1    is  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      is    

  public void <init>(java.io.InputStream, boolean);
    descriptor: (Ljava/io/InputStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
        start local 1 // java.io.InputStream is
        start local 2 // boolean lenient
         0: .line 114
            aload 0 /* this */
            aload 1 /* is */
            iload 2 /* lenient */
            invokespecial org.codehaus.plexus.util.xml.XmlReader.<init>:(Ljava/io/InputStream;Z)V
         1: .line 115
            return
        end local 2 // boolean lenient
        end local 1 // java.io.InputStream is
        end local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/codehaus/plexus/util/xml/XmlStreamReader;
            0    2     1       is  Ljava/io/InputStream;
            0    2     2  lenient  Z
    Exceptions:
      throws java.io.IOException, org.codehaus.plexus.util.xml.XmlStreamReaderException
    MethodParameters:
         Name  Flags
      is       
      lenient  

  public void <init>(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
        start local 1 // java.net.URL url
         0: .line 135
            aload 0 /* this */
            aload 1 /* url */
            invokespecial org.codehaus.plexus.util.xml.XmlReader.<init>:(Ljava/net/URL;)V
         1: .line 136
            return
        end local 1 // java.net.URL url
        end local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/codehaus/plexus/util/xml/XmlStreamReader;
            0    2     1   url  Ljava/net/URL;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      url   

  public void <init>(java.net.URLConnection);
    descriptor: (Ljava/net/URLConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
        start local 1 // java.net.URLConnection conn
         0: .line 156
            aload 0 /* this */
            aload 1 /* conn */
            invokespecial org.codehaus.plexus.util.xml.XmlReader.<init>:(Ljava/net/URLConnection;)V
         1: .line 157
            return
        end local 1 // java.net.URLConnection conn
        end local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/codehaus/plexus/util/xml/XmlStreamReader;
            0    2     1  conn  Ljava/net/URLConnection;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      conn  

  public void <init>(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
        start local 1 // java.io.InputStream is
        start local 2 // java.lang.String httpContentType
         0: .line 176
            aload 0 /* this */
            aload 1 /* is */
            aload 2 /* httpContentType */
            invokespecial org.codehaus.plexus.util.xml.XmlReader.<init>:(Ljava/io/InputStream;Ljava/lang/String;)V
         1: .line 177
            return
        end local 2 // java.lang.String httpContentType
        end local 1 // java.io.InputStream is
        end local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/codehaus/plexus/util/xml/XmlStreamReader;
            0    2     1               is  Ljava/io/InputStream;
            0    2     2  httpContentType  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      is               
      httpContentType  

  public void <init>(java.io.InputStream, java.lang.String, boolean, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;ZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
        start local 1 // java.io.InputStream is
        start local 2 // java.lang.String httpContentType
        start local 3 // boolean lenient
        start local 4 // java.lang.String defaultEncoding
         0: .line 210
            aload 0 /* this */
            aload 1 /* is */
            aload 2 /* httpContentType */
            iload 3 /* lenient */
            aload 4 /* defaultEncoding */
            invokespecial org.codehaus.plexus.util.xml.XmlReader.<init>:(Ljava/io/InputStream;Ljava/lang/String;ZLjava/lang/String;)V
         1: .line 211
            return
        end local 4 // java.lang.String defaultEncoding
        end local 3 // boolean lenient
        end local 2 // java.lang.String httpContentType
        end local 1 // java.io.InputStream is
        end local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/codehaus/plexus/util/xml/XmlStreamReader;
            0    2     1               is  Ljava/io/InputStream;
            0    2     2  httpContentType  Ljava/lang/String;
            0    2     3          lenient  Z
            0    2     4  defaultEncoding  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException, org.codehaus.plexus.util.xml.XmlStreamReaderException
    MethodParameters:
                 Name  Flags
      is               
      httpContentType  
      lenient          
      defaultEncoding  

  public void <init>(java.io.InputStream, java.lang.String, boolean);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
        start local 1 // java.io.InputStream is
        start local 2 // java.lang.String httpContentType
        start local 3 // boolean lenient
         0: .line 244
            aload 0 /* this */
            aload 1 /* is */
            aload 2 /* httpContentType */
            iload 3 /* lenient */
            invokespecial org.codehaus.plexus.util.xml.XmlReader.<init>:(Ljava/io/InputStream;Ljava/lang/String;Z)V
         1: .line 245
            return
        end local 3 // boolean lenient
        end local 2 // java.lang.String httpContentType
        end local 1 // java.io.InputStream is
        end local 0 // org.codehaus.plexus.util.xml.XmlStreamReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/codehaus/plexus/util/xml/XmlStreamReader;
            0    2     1               is  Ljava/io/InputStream;
            0    2     2  httpContentType  Ljava/lang/String;
            0    2     3          lenient  Z
    Exceptions:
      throws java.io.IOException, org.codehaus.plexus.util.xml.XmlStreamReaderException
    MethodParameters:
                 Name  Flags
      is               
      httpContentType  
      lenient          
}
SourceFile: "XmlStreamReader.java"