public class javax.sql.rowset.serial.SQLInputImpl implements java.sql.SQLInput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.sql.rowset.serial.SQLInputImpl
  super_class: java.lang.Object
{
  private boolean lastValueWasNull;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int idx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object[] attrib;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map map;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE

  public void <init>([], java.util.Map<java.lang.String, java.lang.Class<?>>);
    descriptor: ([Ljava/lang/Object;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
        start local 1 // java.lang.Object[] attributes
        start local 2 // java.util.Map map
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 122
            aload 1 /* attributes */
            ifnull 2
            aload 2 /* map */
            ifnonnull 3
         2: .line 123
      StackMap locals: javax.sql.rowset.serial.SQLInputImpl java.lang.Object[] java.util.Map
      StackMap stack:
            new java.sql.SQLException
            dup
            ldc "Cannot instantiate a SQLInputImpl object with null parameters"
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attributes */
            putfield javax.sql.rowset.serial.SQLInputImpl.attrib:[Ljava/lang/Object;
         4: .line 129
            aload 0 /* this */
            iconst_m1
            putfield javax.sql.rowset.serial.SQLInputImpl.idx:I
         5: .line 131
            aload 0 /* this */
            aload 2 /* map */
            putfield javax.sql.rowset.serial.SQLInputImpl.map:Ljava/util/Map;
         6: .line 132
            return
        end local 2 // java.util.Map map
        end local 1 // java.lang.Object[] attributes
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljavax/sql/rowset/serial/SQLInputImpl;
            0    7     1  attributes  [Ljava/lang/Object;
            0    7     2         map  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;
    Exceptions:
      throws java.sql.SQLException
    Signature: ([Ljava/lang/Object;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
    MethodParameters:
            Name  Flags
      attributes  
      map         

  private java.lang.Object getNextAttribute();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 145
            aload 0 /* this */
            dup
            getfield javax.sql.rowset.serial.SQLInputImpl.idx:I
            iconst_1
            iadd
            dup_x1
            putfield javax.sql.rowset.serial.SQLInputImpl.idx:I
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLInputImpl.attrib:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
         1: .line 146
            new java.sql.SQLException
            dup
            ldc "SQLInputImpl exception: Invalid read position"
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLInputImpl.attrib:[Ljava/lang/Object;
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLInputImpl.idx:I
            aaload
            areturn
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/sql/rowset/serial/SQLInputImpl;
    Exceptions:
      throws java.sql.SQLException

  public java.lang.String readString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 176
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* attrib */
        start local 1 // java.lang.String attrib
         1: .line 178
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 179
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 180
            aconst_null
            areturn
         4: .line 182
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 183
            aload 1 /* attrib */
            areturn
        end local 1 // java.lang.String attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/lang/String;
    Exceptions:
      throws java.sql.SQLException

  public boolean readBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 203
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* attrib */
        start local 1 // java.lang.Boolean attrib
         1: .line 205
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 206
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 207
            iconst_0
            ireturn
         4: .line 209
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 210
            aload 1 /* attrib */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/lang/Boolean;
    Exceptions:
      throws java.sql.SQLException

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 229
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.lang.Byte
            astore 1 /* attrib */
        start local 1 // java.lang.Byte attrib
         1: .line 231
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 232
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 233
            iconst_0
            ireturn
         4: .line 235
      StackMap locals: java.lang.Byte
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 236
            aload 1 /* attrib */
            invokevirtual java.lang.Byte.byteValue:()B
            ireturn
        end local 1 // java.lang.Byte attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/lang/Byte;
    Exceptions:
      throws java.sql.SQLException

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 254
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.lang.Short
            astore 1 /* attrib */
        start local 1 // java.lang.Short attrib
         1: .line 256
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 257
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 258
            iconst_0
            ireturn
         4: .line 260
      StackMap locals: java.lang.Short
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 261
            aload 1 /* attrib */
            invokevirtual java.lang.Short.shortValue:()S
            ireturn
        end local 1 // java.lang.Short attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/lang/Short;
    Exceptions:
      throws java.sql.SQLException

  public int readInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 279
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 1 /* attrib */
        start local 1 // java.lang.Integer attrib
         1: .line 281
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 282
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 283
            iconst_0
            ireturn
         4: .line 285
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 286
            aload 1 /* attrib */
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 1 // java.lang.Integer attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/lang/Integer;
    Exceptions:
      throws java.sql.SQLException

  public long readLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 304
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.lang.Long
            astore 1 /* attrib */
        start local 1 // java.lang.Long attrib
         1: .line 306
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 307
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 308
            lconst_0
            lreturn
         4: .line 310
      StackMap locals: java.lang.Long
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 311
            aload 1 /* attrib */
            invokevirtual java.lang.Long.longValue:()J
            lreturn
        end local 1 // java.lang.Long attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/lang/Long;
    Exceptions:
      throws java.sql.SQLException

  public float readFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 329
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.lang.Float
            astore 1 /* attrib */
        start local 1 // java.lang.Float attrib
         1: .line 331
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 332
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 333
            fconst_0
            freturn
         4: .line 335
      StackMap locals: java.lang.Float
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 336
            aload 1 /* attrib */
            invokevirtual java.lang.Float.floatValue:()F
            freturn
        end local 1 // java.lang.Float attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/lang/Float;
    Exceptions:
      throws java.sql.SQLException

  public double readDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 354
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.lang.Double
            astore 1 /* attrib */
        start local 1 // java.lang.Double attrib
         1: .line 356
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 357
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 358
            dconst_0
            dreturn
         4: .line 360
      StackMap locals: java.lang.Double
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 361
            aload 1 /* attrib */
            invokevirtual java.lang.Double.doubleValue:()D
            dreturn
        end local 1 // java.lang.Double attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/lang/Double;
    Exceptions:
      throws java.sql.SQLException

  public java.math.BigDecimal readBigDecimal();
    descriptor: ()Ljava/math/BigDecimal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 379
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.math.BigDecimal
            astore 1 /* attrib */
        start local 1 // java.math.BigDecimal attrib
         1: .line 381
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 382
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 383
            aconst_null
            areturn
         4: .line 385
      StackMap locals: java.math.BigDecimal
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 386
            aload 1 /* attrib */
            areturn
        end local 1 // java.math.BigDecimal attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/math/BigDecimal;
    Exceptions:
      throws java.sql.SQLException

  public byte[] readBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 404
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast byte[]
            astore 1 /* attrib */
        start local 1 // byte[] attrib
         1: .line 406
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 407
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 408
            aconst_null
            areturn
         4: .line 410
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 411
            aload 1 /* attrib */
            areturn
        end local 1 // byte[] attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  [B
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Date readDate();
    descriptor: ()Ljava/sql/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 429
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.sql.Date
            astore 1 /* attrib */
        start local 1 // java.sql.Date attrib
         1: .line 431
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 432
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 433
            aconst_null
            areturn
         4: .line 435
      StackMap locals: java.sql.Date
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 436
            aload 1 /* attrib */
            areturn
        end local 1 // java.sql.Date attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/sql/Date;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Time readTime();
    descriptor: ()Ljava/sql/Time;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 455
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.sql.Time
            astore 1 /* attrib */
        start local 1 // java.sql.Time attrib
         1: .line 457
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 458
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 459
            aconst_null
            areturn
         4: .line 461
      StackMap locals: java.sql.Time
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 462
            aload 1 /* attrib */
            areturn
        end local 1 // java.sql.Time attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/sql/Time;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Timestamp readTimestamp();
    descriptor: ()Ljava/sql/Timestamp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 476
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.sql.Timestamp
            astore 1 /* attrib */
        start local 1 // java.sql.Timestamp attrib
         1: .line 478
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 479
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 480
            aconst_null
            areturn
         4: .line 482
      StackMap locals: java.sql.Timestamp
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 483
            aload 1 /* attrib */
            areturn
        end local 1 // java.sql.Timestamp attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/sql/Timestamp;
    Exceptions:
      throws java.sql.SQLException

  public java.io.Reader readCharacterStream();
    descriptor: ()Ljava/io/Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 501
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.io.Reader
            astore 1 /* attrib */
        start local 1 // java.io.Reader attrib
         1: .line 503
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 504
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 505
            aconst_null
            areturn
         4: .line 507
      StackMap locals: java.io.Reader
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 508
            aload 1 /* attrib */
            areturn
        end local 1 // java.io.Reader attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/io/Reader;
    Exceptions:
      throws java.sql.SQLException

  public java.io.InputStream readAsciiStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 527
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.io.InputStream
            astore 1 /* attrib */
        start local 1 // java.io.InputStream attrib
         1: .line 529
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 530
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 531
            aconst_null
            areturn
         4: .line 533
      StackMap locals: java.io.InputStream
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 534
            aload 1 /* attrib */
            areturn
        end local 1 // java.io.InputStream attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/io/InputStream;
    Exceptions:
      throws java.sql.SQLException

  public java.io.InputStream readBinaryStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 553
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.io.InputStream
            astore 1 /* attrib */
        start local 1 // java.io.InputStream attrib
         1: .line 555
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 556
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 557
            aconst_null
            areturn
         4: .line 559
      StackMap locals: java.io.InputStream
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 560
            aload 1 /* attrib */
            areturn
        end local 1 // java.io.InputStream attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/io/InputStream;
    Exceptions:
      throws java.sql.SQLException

  public java.lang.Object readObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 595
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            astore 1 /* attrib */
        start local 1 // java.lang.Object attrib
         1: .line 597
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 598
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 599
            aconst_null
            areturn
         4: .line 601
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 602
            aload 1 /* attrib */
            instanceof java.sql.Struct
            ifeq 18
         6: .line 603
            aload 1 /* attrib */
            checkcast java.sql.Struct
            astore 2 /* s */
        start local 2 // java.sql.Struct s
         7: .line 605
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLInputImpl.map:Ljava/util/Map;
            aload 2 /* s */
            invokeinterface java.sql.Struct.getSQLTypeName:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 3 /* c */
        start local 3 // java.lang.Class c
         8: .line 606
            aload 3 /* c */
            ifnull 18
         9: .line 608
            aconst_null
            astore 4 /* obj */
        start local 4 // java.sql.SQLData obj
        10: .line 610
            aload 3 /* c */
            invokestatic sun.reflect.misc.ReflectUtil.newInstance:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.sql.SQLData
            astore 4 /* obj */
        11: .line 611
            goto 14
      StackMap locals: javax.sql.rowset.serial.SQLInputImpl java.lang.Object java.sql.Struct java.lang.Class java.sql.SQLData
      StackMap stack: java.lang.Exception
        12: astore 5 /* ex */
        start local 5 // java.lang.Exception ex
        13: .line 612
            new java.sql.SQLException
            dup
            ldc "Unable to Instantiate: "
            aload 5 /* ex */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.Exception ex
        14: .line 615
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLInputImpl.map:Ljava/util/Map;
            invokeinterface java.sql.Struct.getAttributes:(Ljava/util/Map;)[Ljava/lang/Object;
            astore 5 /* attribs */
        start local 5 // java.lang.Object[] attribs
        15: .line 617
            new javax.sql.rowset.serial.SQLInputImpl
            dup
            aload 5 /* attribs */
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLInputImpl.map:Ljava/util/Map;
            invokespecial javax.sql.rowset.serial.SQLInputImpl.<init>:([Ljava/lang/Object;Ljava/util/Map;)V
            astore 6 /* sqlInput */
        start local 6 // javax.sql.rowset.serial.SQLInputImpl sqlInput
        16: .line 619
            aload 4 /* obj */
            aload 6 /* sqlInput */
            aload 2 /* s */
            invokeinterface java.sql.Struct.getSQLTypeName:()Ljava/lang/String;
            invokeinterface java.sql.SQLData.readSQL:(Ljava/sql/SQLInput;Ljava/lang/String;)V
        17: .line 620
            aload 4 /* obj */
            areturn
        end local 6 // javax.sql.rowset.serial.SQLInputImpl sqlInput
        end local 5 // java.lang.Object[] attribs
        end local 4 // java.sql.SQLData obj
        end local 3 // java.lang.Class c
        end local 2 // java.sql.Struct s
        18: .line 623
      StackMap locals:
      StackMap stack:
            aload 1 /* attrib */
            areturn
        end local 1 // java.lang.Object attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1   19     1    attrib  Ljava/lang/Object;
            7   18     2         s  Ljava/sql/Struct;
            8   18     3         c  Ljava/lang/Class;
           10   18     4       obj  Ljava/sql/SQLData;
           13   14     5        ex  Ljava/lang/Exception;
           15   18     5   attribs  [Ljava/lang/Object;
           16   18     6  sqlInput  Ljavax/sql/rowset/serial/SQLInputImpl;
      Exception table:
        from    to  target  type
          10    11      12  Class java.lang.Exception
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Ref readRef();
    descriptor: ()Ljava/sql/Ref;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 638
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.sql.Ref
            astore 1 /* attrib */
        start local 1 // java.sql.Ref attrib
         1: .line 640
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 641
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 642
            aconst_null
            areturn
         4: .line 644
      StackMap locals: java.sql.Ref
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 645
            aload 1 /* attrib */
            areturn
        end local 1 // java.sql.Ref attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/sql/Ref;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Blob readBlob();
    descriptor: ()Ljava/sql/Blob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 667
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.sql.Blob
            astore 1 /* attrib */
        start local 1 // java.sql.Blob attrib
         1: .line 669
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 670
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 671
            aconst_null
            areturn
         4: .line 673
      StackMap locals: java.sql.Blob
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 674
            aload 1 /* attrib */
            areturn
        end local 1 // java.sql.Blob attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/sql/Blob;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Clob readClob();
    descriptor: ()Ljava/sql/Clob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 697
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.sql.Clob
            astore 1 /* attrib */
        start local 1 // java.sql.Clob attrib
         1: .line 698
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 699
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 700
            aconst_null
            areturn
         4: .line 702
      StackMap locals: java.sql.Clob
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 703
            aload 1 /* attrib */
            areturn
        end local 1 // java.sql.Clob attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/sql/Clob;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Array readArray();
    descriptor: ()Ljava/sql/Array;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 726
            aload 0 /* this */
            invokevirtual javax.sql.rowset.serial.SQLInputImpl.getNextAttribute:()Ljava/lang/Object;
            checkcast java.sql.Array
            astore 1 /* attrib */
        start local 1 // java.sql.Array attrib
         1: .line 728
            aload 1 /* attrib */
            ifnonnull 4
         2: .line 729
            aload 0 /* this */
            iconst_1
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         3: .line 730
            aconst_null
            areturn
         4: .line 732
      StackMap locals: java.sql.Array
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
         5: .line 733
            aload 1 /* attrib */
            areturn
        end local 1 // java.sql.Array attrib
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/sql/rowset/serial/SQLInputImpl;
            1    6     1  attrib  Ljava/sql/Array;
    Exceptions:
      throws java.sql.SQLException

  public boolean wasNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 748
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLInputImpl.lastValueWasNull:Z
            ireturn
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sql/rowset/serial/SQLInputImpl;
    Exceptions:
      throws java.sql.SQLException

  public java.net.URL readURL();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 769
            new java.sql.SQLException
            dup
            ldc "Operation not supported"
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sql/rowset/serial/SQLInputImpl;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.NClob readNClob();
    descriptor: ()Ljava/sql/NClob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 784
            new java.lang.UnsupportedOperationException
            dup
            ldc "Operation not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sql/rowset/serial/SQLInputImpl;
    Exceptions:
      throws java.sql.SQLException

  public java.lang.String readNString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 797
            new java.lang.UnsupportedOperationException
            dup
            ldc "Operation not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sql/rowset/serial/SQLInputImpl;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.SQLXML readSQLXML();
    descriptor: ()Ljava/sql/SQLXML;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 810
            new java.lang.UnsupportedOperationException
            dup
            ldc "Operation not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sql/rowset/serial/SQLInputImpl;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.RowId readRowId();
    descriptor: ()Ljava/sql/RowId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.sql.rowset.serial.SQLInputImpl this
         0: .line 823
            new java.lang.UnsupportedOperationException
            dup
            ldc "Operation not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.sql.rowset.serial.SQLInputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sql/rowset/serial/SQLInputImpl;
    Exceptions:
      throws java.sql.SQLException
}
SourceFile: "SQLInputImpl.java"