public class javax.sql.rowset.serial.SQLOutputImpl implements java.sql.SQLOutput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.sql.rowset.serial.SQLOutputImpl
  super_class: java.lang.Object
{
  private java.util.Vector attribs;
    descriptor: Ljava/util/Vector;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(java.util.Vector<?>, java.util.Map<java.lang.String, ?>);
    descriptor: (Ljava/util/Vector;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.util.Vector attributes
        start local 2 // java.util.Map map
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 1 /* attributes */
            ifnull 2
            aload 2 /* map */
            ifnonnull 3
         2: .line 100
      StackMap locals: javax.sql.rowset.serial.SQLOutputImpl java.util.Vector java.util.Map
      StackMap stack:
            new java.sql.SQLException
            dup
            ldc "Cannot instantiate a SQLOutputImpl instance with null parameters"
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attributes */
            putfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
         4: .line 104
            aload 0 /* this */
            aload 2 /* map */
            putfield javax.sql.rowset.serial.SQLOutputImpl.map:Ljava/util/Map;
         5: .line 105
            return
        end local 2 // java.util.Map map
        end local 1 // java.util.Vector attributes
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    6     1  attributes  Ljava/util/Vector<*>;
            0    6     2         map  Ljava/util/Map<Ljava/lang/String;*>;
    Exceptions:
      throws java.sql.SQLException
    Signature: (Ljava/util/Vector<*>;Ljava/util/Map<Ljava/lang/String;*>;)V
    MethodParameters:
            Name  Flags
      attributes  
      map         

  public void writeString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.lang.String x
         0: .line 126
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 127
            return
        end local 1 // java.lang.String x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  Ljava/lang/String;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeBoolean(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // boolean x
         0: .line 140
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new java.lang.Boolean
            dup
            iload 1 /* x */
            invokespecial java.lang.Boolean.<init>:(Z)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 141
            return
        end local 1 // boolean x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  Z
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeByte(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // byte x
         0: .line 154
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new java.lang.Byte
            dup
            iload 1 /* x */
            invokespecial java.lang.Byte.<init>:(B)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 155
            return
        end local 1 // byte x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  B
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeShort(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // short x
         0: .line 168
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new java.lang.Short
            dup
            iload 1 /* x */
            invokespecial java.lang.Short.<init>:(S)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 169
            return
        end local 1 // short x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  S
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeInt(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // int x
         0: .line 182
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new java.lang.Integer
            dup
            iload 1 /* x */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 183
            return
        end local 1 // int x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeLong(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // long x
         0: .line 196
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new java.lang.Long
            dup
            lload 1 /* x */
            invokespecial java.lang.Long.<init>:(J)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 197
            return
        end local 1 // long x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  J
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeFloat(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // float x
         0: .line 210
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new java.lang.Float
            dup
            fload 1 /* x */
            invokespecial java.lang.Float.<init>:(F)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 211
            return
        end local 1 // float x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  F
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeDouble(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // double x
         0: .line 224
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new java.lang.Double
            dup
            dload 1 /* x */
            invokespecial java.lang.Double.<init>:(D)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 225
            return
        end local 1 // double x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  D
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeBigDecimal(java.math.BigDecimal);
    descriptor: (Ljava/math/BigDecimal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.math.BigDecimal x
         0: .line 238
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 239
            return
        end local 1 // java.math.BigDecimal x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  Ljava/math/BigDecimal;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeBytes(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // byte[] x
         0: .line 253
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 254
            return
        end local 1 // byte[] x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  [B
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeDate(java.sql.Date);
    descriptor: (Ljava/sql/Date;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.Date x
         0: .line 267
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 268
            return
        end local 1 // java.sql.Date x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  Ljava/sql/Date;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeTime(java.sql.Time);
    descriptor: (Ljava/sql/Time;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.Time x
         0: .line 281
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 282
            return
        end local 1 // java.sql.Time x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  Ljava/sql/Time;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeTimestamp(java.sql.Timestamp);
    descriptor: (Ljava/sql/Timestamp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.Timestamp x
         0: .line 295
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         1: .line 296
            return
        end local 1 // java.sql.Timestamp x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    2     1     x  Ljava/sql/Timestamp;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeCharacterStream(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.io.Reader x
         0: .line 309
            new java.io.BufferedReader
            dup
            aload 1 /* x */
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
            astore 2 /* bufReader */
        start local 2 // java.io.BufferedReader bufReader
         1: .line 312
            goto 8
        start local 3 // int i
         2: .line 313
      StackMap locals: java.io.BufferedReader int
      StackMap stack:
            iload 3 /* i */
            i2c
            istore 4 /* ch */
        start local 4 // char ch
         3: .line 314
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* strBuf */
        start local 5 // java.lang.StringBuffer strBuf
         4: .line 315
            aload 5 /* strBuf */
            iload 4 /* ch */
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 317
            new java.lang.String
            dup
            aload 5 /* strBuf */
            invokespecial java.lang.String.<init>:(Ljava/lang/StringBuffer;)V
            astore 6 /* str */
        start local 6 // java.lang.String str
         6: .line 318
            aload 2 /* bufReader */
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            astore 7 /* strLine */
        start local 7 // java.lang.String strLine
         7: .line 320
            aload 0 /* this */
            aload 6 /* str */
            aload 7 /* strLine */
            invokevirtual java.lang.String.concat:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual javax.sql.rowset.serial.SQLOutputImpl.writeString:(Ljava/lang/String;)V
        end local 7 // java.lang.String strLine
        end local 6 // java.lang.String str
        end local 5 // java.lang.StringBuffer strBuf
        end local 4 // char ch
        end local 3 // int i
         8: .line 312
      StackMap locals:
      StackMap stack:
            aload 2 /* bufReader */
            invokevirtual java.io.BufferedReader.read:()I
            dup
            istore 3 /* i */
        start local 3 // int i
         9: iconst_m1
            if_icmpne 2
        end local 3 // int i
        10: .line 322
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        11: pop
        12: .line 325
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.io.BufferedReader bufReader
        end local 1 // java.io.Reader x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0   13     1          x  Ljava/io/Reader;
            1   13     2  bufReader  Ljava/io/BufferedReader;
            2    8     3          i  I
            9   10     3          i  I
            3    8     4         ch  C
            4    8     5     strBuf  Ljava/lang/StringBuffer;
            6    8     6        str  Ljava/lang/String;
            7    8     7    strLine  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1    10      11  Class java.io.IOException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeAsciiStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.io.InputStream x
         0: .line 338
            new java.io.BufferedReader
            dup
            new java.io.InputStreamReader
            dup
            aload 1 /* x */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
            astore 2 /* bufReader */
        start local 2 // java.io.BufferedReader bufReader
         1: .line 341
            goto 8
        start local 3 // int i
         2: .line 342
      StackMap locals: java.io.BufferedReader int
      StackMap stack:
            iload 3 /* i */
            i2c
            istore 4 /* ch */
        start local 4 // char ch
         3: .line 344
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* strBuf */
        start local 5 // java.lang.StringBuffer strBuf
         4: .line 345
            aload 5 /* strBuf */
            iload 4 /* ch */
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 347
            new java.lang.String
            dup
            aload 5 /* strBuf */
            invokespecial java.lang.String.<init>:(Ljava/lang/StringBuffer;)V
            astore 6 /* str */
        start local 6 // java.lang.String str
         6: .line 348
            aload 2 /* bufReader */
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            astore 7 /* strLine */
        start local 7 // java.lang.String strLine
         7: .line 350
            aload 0 /* this */
            aload 6 /* str */
            aload 7 /* strLine */
            invokevirtual java.lang.String.concat:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual javax.sql.rowset.serial.SQLOutputImpl.writeString:(Ljava/lang/String;)V
        end local 7 // java.lang.String strLine
        end local 6 // java.lang.String str
        end local 5 // java.lang.StringBuffer strBuf
        end local 4 // char ch
        end local 3 // int i
         8: .line 341
      StackMap locals:
      StackMap stack:
            aload 2 /* bufReader */
            invokevirtual java.io.BufferedReader.read:()I
            dup
            istore 3 /* i */
        start local 3 // int i
         9: iconst_m1
            if_icmpne 2
        end local 3 // int i
        10: .line 352
            goto 13
      StackMap locals:
      StackMap stack: java.io.IOException
        11: astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
        12: .line 353
            new java.sql.SQLException
            dup
            aload 3 /* ioe */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.io.IOException ioe
        13: .line 355
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.io.BufferedReader bufReader
        end local 1 // java.io.InputStream x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0   14     1          x  Ljava/io/InputStream;
            1   14     2  bufReader  Ljava/io/BufferedReader;
            2    8     3          i  I
            9   10     3          i  I
            3    8     4         ch  C
            4    8     5     strBuf  Ljava/lang/StringBuffer;
            6    8     6        str  Ljava/lang/String;
            7    8     7    strLine  Ljava/lang/String;
           12   13     3        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1    10      11  Class java.io.IOException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeBinaryStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.io.InputStream x
         0: .line 367
            new java.io.BufferedReader
            dup
            new java.io.InputStreamReader
            dup
            aload 1 /* x */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
            astore 2 /* bufReader */
        start local 2 // java.io.BufferedReader bufReader
         1: .line 370
            goto 8
        start local 3 // int i
         2: .line 371
      StackMap locals: java.io.BufferedReader int
      StackMap stack:
            iload 3 /* i */
            i2c
            istore 4 /* ch */
        start local 4 // char ch
         3: .line 373
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* strBuf */
        start local 5 // java.lang.StringBuffer strBuf
         4: .line 374
            aload 5 /* strBuf */
            iload 4 /* ch */
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 376
            new java.lang.String
            dup
            aload 5 /* strBuf */
            invokespecial java.lang.String.<init>:(Ljava/lang/StringBuffer;)V
            astore 6 /* str */
        start local 6 // java.lang.String str
         6: .line 377
            aload 2 /* bufReader */
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            astore 7 /* strLine */
        start local 7 // java.lang.String strLine
         7: .line 379
            aload 0 /* this */
            aload 6 /* str */
            aload 7 /* strLine */
            invokevirtual java.lang.String.concat:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual javax.sql.rowset.serial.SQLOutputImpl.writeString:(Ljava/lang/String;)V
        end local 7 // java.lang.String strLine
        end local 6 // java.lang.String str
        end local 5 // java.lang.StringBuffer strBuf
        end local 4 // char ch
        end local 3 // int i
         8: .line 370
      StackMap locals:
      StackMap stack:
            aload 2 /* bufReader */
            invokevirtual java.io.BufferedReader.read:()I
            dup
            istore 3 /* i */
        start local 3 // int i
         9: iconst_m1
            if_icmpne 2
        end local 3 // int i
        10: .line 381
            goto 13
      StackMap locals:
      StackMap stack: java.io.IOException
        11: astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
        12: .line 382
            new java.sql.SQLException
            dup
            aload 3 /* ioe */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.io.IOException ioe
        13: .line 384
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.io.BufferedReader bufReader
        end local 1 // java.io.InputStream x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0   14     1          x  Ljava/io/InputStream;
            1   14     2  bufReader  Ljava/io/BufferedReader;
            2    8     3          i  I
            9   10     3          i  I
            3    8     4         ch  C
            4    8     5     strBuf  Ljava/lang/StringBuffer;
            6    8     6        str  Ljava/lang/String;
            7    8     7    strLine  Ljava/lang/String;
           12   13     3        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1    10      11  Class java.io.IOException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeObject(java.sql.SQLData);
    descriptor: (Ljava/sql/SQLData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.SQLData x
         0: .line 427
            aload 1 /* x */
            ifnonnull 3
         1: .line 428
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         2: .line 429
            return
         3: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new javax.sql.rowset.serial.SerialStruct
            dup
            aload 1 /* x */
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.map:Ljava/util/Map;
            invokespecial javax.sql.rowset.serial.SerialStruct.<init>:(Ljava/sql/SQLData;Ljava/util/Map;)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         4: .line 438
            return
        end local 1 // java.sql.SQLData x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    5     1     x  Ljava/sql/SQLData;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeRef(java.sql.Ref);
    descriptor: (Ljava/sql/Ref;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.Ref x
         0: .line 452
            aload 1 /* x */
            ifnonnull 3
         1: .line 453
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         2: .line 454
            return
         3: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new javax.sql.rowset.serial.SerialRef
            dup
            aload 1 /* x */
            invokespecial javax.sql.rowset.serial.SerialRef.<init>:(Ljava/sql/Ref;)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         4: .line 457
            return
        end local 1 // java.sql.Ref x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    5     1     x  Ljava/sql/Ref;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeBlob(java.sql.Blob);
    descriptor: (Ljava/sql/Blob;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.Blob x
         0: .line 471
            aload 1 /* x */
            ifnonnull 3
         1: .line 472
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         2: .line 473
            return
         3: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new javax.sql.rowset.serial.SerialBlob
            dup
            aload 1 /* x */
            invokespecial javax.sql.rowset.serial.SerialBlob.<init>:(Ljava/sql/Blob;)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         4: .line 476
            return
        end local 1 // java.sql.Blob x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    5     1     x  Ljava/sql/Blob;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeClob(java.sql.Clob);
    descriptor: (Ljava/sql/Clob;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.Clob x
         0: .line 490
            aload 1 /* x */
            ifnonnull 3
         1: .line 491
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         2: .line 492
            return
         3: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new javax.sql.rowset.serial.SerialClob
            dup
            aload 1 /* x */
            invokespecial javax.sql.rowset.serial.SerialClob.<init>:(Ljava/sql/Clob;)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         4: .line 495
            return
        end local 1 // java.sql.Clob x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    5     1     x  Ljava/sql/Clob;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeStruct(java.sql.Struct);
    descriptor: (Ljava/sql/Struct;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.Struct x
         0: .line 515
            new javax.sql.rowset.serial.SerialStruct
            dup
            aload 1 /* x */
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.map:Ljava/util/Map;
            invokespecial javax.sql.rowset.serial.SerialStruct.<init>:(Ljava/sql/Struct;Ljava/util/Map;)V
            astore 2 /* s */
        start local 2 // javax.sql.rowset.serial.SerialStruct s
         1: .line 516
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 2 /* s */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         2: .line 517
            return
        end local 2 // javax.sql.rowset.serial.SerialStruct s
        end local 1 // java.sql.Struct x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    3     1     x  Ljava/sql/Struct;
            1    3     2     s  Ljavax/sql/rowset/serial/SerialStruct;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeArray(java.sql.Array);
    descriptor: (Ljava/sql/Array;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.sql.Array x
         0: .line 532
            aload 1 /* x */
            ifnonnull 3
         1: .line 533
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* x */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         2: .line 534
            return
         3: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new javax.sql.rowset.serial.SerialArray
            dup
            aload 1 /* x */
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.map:Ljava/util/Map;
            invokespecial javax.sql.rowset.serial.SerialArray.<init>:(Ljava/sql/Array;Ljava/util/Map;)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         4: .line 537
            return
        end local 1 // java.sql.Array x
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    5     1     x  Ljava/sql/Array;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      x     

  public void writeURL(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.sql.rowset.serial.SQLOutputImpl this
        start local 1 // java.net.URL url
         0: .line 551
            aload 1 /* url */
            ifnonnull 3
         1: .line 552
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            aload 1 /* url */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         2: .line 553
            return
         3: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.sql.rowset.serial.SQLOutputImpl.attribs:Ljava/util/Vector;
            new javax.sql.rowset.serial.SerialDatalink
            dup
            aload 1 /* url */
            invokespecial javax.sql.rowset.serial.SerialDatalink.<init>:(Ljava/net/URL;)V
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         4: .line 557
            return
        end local 1 // java.net.URL url
        end local 0 // javax.sql.rowset.serial.SQLOutputImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/sql/rowset/serial/SQLOutputImpl;
            0    5     1   url  Ljava/net/URL;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      url   

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

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

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

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