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 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 98
            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 118
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 120
            aload 0 /* this */
            aload 1 /* systemId */
            invokevirtual org.xml.sax.InputSource.setSystemId:(Ljava/lang/String;)V
         2: .line 121
            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 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 141
            aload 0 /* this */
            aload 1 /* byteStream */
            invokevirtual org.xml.sax.InputSource.setByteStream:(Ljava/io/InputStream;)V
         2: .line 142
            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 159
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 161
            aload 0 /* this */
            aload 1 /* characterStream */
            invokevirtual org.xml.sax.InputSource.setCharacterStream:(Ljava/io/Reader;)V
         2: .line 162
            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 179
            aload 0 /* this */
            aload 1 /* publicId */
            putfield org.xml.sax.InputSource.publicId:Ljava/lang/String;
         1: .line 180
            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 191
            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 220
            aload 0 /* this */
            aload 1 /* systemId */
            putfield org.xml.sax.InputSource.systemId:Ljava/lang/String;
         1: .line 221
            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 238
            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 261
            aload 0 /* this */
            aload 1 /* byteStream */
            putfield org.xml.sax.InputSource.byteStream:Ljava/io/InputStream;
         1: .line 262
            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 277
            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 298
            aload 0 /* this */
            aload 1 /* encoding */
            putfield org.xml.sax.InputSource.encoding:Ljava/lang/String;
         1: .line 299
            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 314
            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 332
            aload 0 /* this */
            aload 1 /* characterStream */
            putfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
         1: .line 333
            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 344
            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 369
            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 373
            iconst_1
            istore 1 /* empty */
        start local 1 // boolean empty
         1: .line 375
            aload 0 /* this */
            getfield org.xml.sax.InputSource.byteStream:Ljava/io/InputStream;
            ifnull 6
         2: .line 376
            aload 0 /* this */
            getfield org.xml.sax.InputSource.byteStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.reset:()V
         3: .line 377
            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 378
            iload 2 /* bytesRead */
            ifle 6
         5: .line 379
            iconst_0
            ireturn
        end local 2 // int bytesRead
         6: .line 383
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
            ifnull 14
         7: .line 384
            aload 0 /* this */
            getfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
            invokevirtual java.io.Reader.reset:()V
         8: .line 385
            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 386
            aload 0 /* this */
            getfield org.xml.sax.InputSource.characterStream:Ljava/io/Reader;
            invokevirtual java.io.Reader.reset:()V
        10: .line 387
            iload 2 /* c */
            iconst_m1
            if_icmpeq 14
        11: .line 388
            iconst_0
            ireturn
        end local 2 // int c
        12: .line 391
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        13: .line 393
            iconst_0
            ireturn
        14: .line 396
      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"