public class org.xml.sax.InputSource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xml.sax.InputSource
  super_class: java.lang.Object
{
  private java.lang.String publicId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private java.io.Reader characterStream;
    descriptor: Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.InputSource this
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            return
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xml/sax/InputSource;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.InputSource this
        start local 1 // java.lang.String systemId
         0: .line 106
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 108
            aload 0 /* this */
            aload 1 /* systemId */
            invokevirtual org.xml.sax.InputSource.setSystemId:(Ljava/lang/String;)V
         2: .line 109
            return
        end local 1 // java.lang.String systemId
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/xml/sax/InputSource;
            0    3     1  systemId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      systemId  

  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.xml.sax.InputSource this
        start local 1 // java.io.InputStream byteStream
         0: .line 127
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 129
            aload 0 /* this */
            aload 1 /* byteStream */
            invokevirtual org.xml.sax.InputSource.setByteStream:(Ljava/io/InputStream;)V
         2: .line 130
            return
        end local 1 // java.io.InputStream byteStream
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/xml/sax/InputSource;
            0    3     1  byteStream  Ljava/io/InputStream;
    MethodParameters:
            Name  Flags
      byteStream  

  public void <init>(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.InputSource this
        start local 1 // java.io.Reader characterStream
         0: .line 147
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 149
            aload 0 /* this */
            aload 1 /* characterStream */
            invokevirtual org.xml.sax.InputSource.setCharacterStream:(Ljava/io/Reader;)V
         2: .line 150
            return
        end local 1 // java.io.Reader characterStream
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/xml/sax/InputSource;
            0    3     1  characterStream  Ljava/io/Reader;
    MethodParameters:
                 Name  Flags
      characterStream  

  public void setPublicId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.InputSource this
        start local 1 // java.lang.String publicId
         0: .line 167
            aload 0 /* this */
            aload 1 /* publicId */
            putfield org.xml.sax.InputSource.publicId:Ljava/lang/String;
         1: .line 168
            return
        end local 1 // java.lang.String publicId
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xml/sax/InputSource;
            0    2     1  publicId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      publicId  

  public java.lang.String getPublicId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.InputSource this
         0: .line 179
            aload 0 /* this */
            getfield org.xml.sax.InputSource.publicId:Ljava/lang/String;
            areturn
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/InputSource;

  public void setSystemId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.InputSource this
        start local 1 // java.lang.String systemId
         0: .line 208
            aload 0 /* this */
            aload 1 /* systemId */
            putfield org.xml.sax.InputSource.systemId:Ljava/lang/String;
         1: .line 209
            return
        end local 1 // java.lang.String systemId
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xml/sax/InputSource;
            0    2     1  systemId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      systemId  

  public java.lang.String getSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.InputSource this
         0: .line 226
            aload 0 /* this */
            getfield org.xml.sax.InputSource.systemId:Ljava/lang/String;
            areturn
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/InputSource;

  public void setByteStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.InputSource this
        start local 1 // java.io.InputStream byteStream
         0: .line 249
            aload 0 /* this */
            aload 1 /* byteStream */
            putfield org.xml.sax.InputSource.byteStream:Ljava/io/InputStream;
         1: .line 250
            return
        end local 1 // java.io.InputStream byteStream
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/xml/sax/InputSource;
            0    2     1  byteStream  Ljava/io/InputStream;
    MethodParameters:
            Name  Flags
      byteStream  

  public java.io.InputStream getByteStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.InputSource this
         0: .line 265
            aload 0 /* this */
            getfield org.xml.sax.InputSource.byteStream:Ljava/io/InputStream;
            areturn
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/InputSource;

  public void setEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.InputSource this
        start local 1 // java.lang.String encoding
         0: .line 286
            aload 0 /* this */
            aload 1 /* encoding */
            putfield org.xml.sax.InputSource.encoding:Ljava/lang/String;
         1: .line 287
            return
        end local 1 // java.lang.String encoding
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xml/sax/InputSource;
            0    2     1  encoding  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      encoding  

  public java.lang.String getEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.InputSource this
         0: .line 302
            aload 0 /* this */
            getfield org.xml.sax.InputSource.encoding:Ljava/lang/String;
            areturn
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/InputSource;

  public void setCharacterStream(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.InputSource this
        start local 1 // java.io.Reader characterStream
         0: .line 320
            aload 0 /* this */
            aload 1 /* characterStream */
            putfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
         1: .line 321
            return
        end local 1 // java.io.Reader characterStream
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/xml/sax/InputSource;
            0    2     1  characterStream  Ljava/io/Reader;
    MethodParameters:
                 Name  Flags
      characterStream  

  public java.io.Reader getCharacterStream();
    descriptor: ()Ljava/io/Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.InputSource this
         0: .line 332
            aload 0 /* this */
            getfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
            areturn
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/InputSource;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.InputSource this
         0: .line 357
            aload 0 /* this */
            getfield org.xml.sax.InputSource.publicId:Ljava/lang/String;
            ifnonnull 1
            aload 0 /* this */
            getfield org.xml.sax.InputSource.systemId:Ljava/lang/String;
            ifnonnull 1
            aload 0 /* this */
            invokevirtual org.xml.sax.InputSource.isStreamEmpty:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xml/sax/InputSource;

  private boolean isStreamEmpty();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.xml.sax.InputSource this
         0: .line 361
            iconst_1
            istore 1 /* empty */
        start local 1 // boolean empty
         1: .line 363
            aload 0 /* this */
            getfield org.xml.sax.InputSource.byteStream:Ljava/io/InputStream;
            ifnull 6
         2: .line 364
            aload 0 /* this */
            getfield org.xml.sax.InputSource.byteStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.reset:()V
         3: .line 365
            aload 0 /* this */
            getfield org.xml.sax.InputSource.byteStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            istore 2 /* bytesRead */
        start local 2 // int bytesRead
         4: .line 366
            iload 2 /* bytesRead */
            ifle 6
         5: .line 367
            iconst_0
            ireturn
        end local 2 // int bytesRead
         6: .line 371
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
            ifnull 14
         7: .line 372
            aload 0 /* this */
            getfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
            invokevirtual java.io.Reader.reset:()V
         8: .line 373
            aload 0 /* this */
            getfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
            invokevirtual java.io.Reader.read:()I
            istore 2 /* c */
        start local 2 // int c
         9: .line 374
            aload 0 /* this */
            getfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
            invokevirtual java.io.Reader.reset:()V
        10: .line 375
            iload 2 /* c */
            iconst_m1
            if_icmpeq 14
        11: .line 376
            iconst_0
            ireturn
        end local 2 // int c
        12: .line 379
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        13: .line 381
            iconst_0
            ireturn
        14: .line 384
      StackMap locals:
      StackMap stack:
            iload 1 /* empty */
            ireturn
        end local 1 // boolean empty
        end local 0 // org.xml.sax.InputSource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/xml/sax/InputSource;
            1   15     1      empty  Z
            4    6     2  bytesRead  I
            9   12     2          c  I
      Exception table:
        from    to  target  type
           1     5      12  Class java.io.IOException
           6    11      12  Class java.io.IOException
}
SourceFile: "InputSource.java"