public class com.sun.rowset.WebRowSetImpl extends com.sun.rowset.CachedRowSetImpl implements javax.sql.rowset.WebRowSet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.rowset.WebRowSetImpl
  super_class: com.sun.rowset.CachedRowSetImpl
{
  private com.sun.rowset.internal.WebRowSetXmlReader xmlReader;
    descriptor: Lcom/sun/rowset/internal/WebRowSetXmlReader;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.rowset.internal.WebRowSetXmlWriter xmlWriter;
    descriptor: Lcom/sun/rowset/internal/WebRowSetXmlWriter;
    flags: (0x0002) ACC_PRIVATE

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

  private javax.sql.rowset.spi.SyncProvider provider;
    descriptor: Ljavax/sql/rowset/spi/SyncProvider;
    flags: (0x0002) ACC_PRIVATE

  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -8771775154092422943

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.rowset.WebRowSetImpl this
         0: .line 86
            aload 0 /* this */
            invokespecial com.sun.rowset.CachedRowSetImpl.<init>:()V
         1: .line 91
            aload 0 /* this */
            new com.sun.rowset.internal.WebRowSetXmlReader
            dup
            invokespecial com.sun.rowset.internal.WebRowSetXmlReader.<init>:()V
            putfield com.sun.rowset.WebRowSetImpl.xmlReader:Lcom/sun/rowset/internal/WebRowSetXmlReader;
         2: .line 92
            aload 0 /* this */
            new com.sun.rowset.internal.WebRowSetXmlWriter
            dup
            invokespecial com.sun.rowset.internal.WebRowSetXmlWriter.<init>:()V
            putfield com.sun.rowset.WebRowSetImpl.xmlWriter:Lcom/sun/rowset/internal/WebRowSetXmlWriter;
         3: .line 93
            return
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/rowset/WebRowSetImpl;
    Exceptions:
      throws java.sql.SQLException

  public void <init>(java.util.Hashtable);
    descriptor: (Ljava/util/Hashtable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.rowset.WebRowSetImpl this
        start local 1 // java.util.Hashtable env
         0: .line 105
            aload 0 /* this */
            invokespecial com.sun.rowset.CachedRowSetImpl.<init>:()V
         1: .line 108
            aload 0 /* this */
            invokestatic com.sun.rowset.JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle:()Lcom/sun/rowset/JdbcRowSetResourceBundle;
            putfield com.sun.rowset.WebRowSetImpl.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
         2: .line 109
            goto 5
      StackMap locals: com.sun.rowset.WebRowSetImpl java.util.Hashtable
      StackMap stack: java.io.IOException
         3: astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
         4: .line 110
            new java.lang.RuntimeException
            dup
            aload 2 /* ioe */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException ioe
         5: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* env */
            ifnonnull 7
         6: .line 114
            new java.sql.SQLException
            dup
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
            ldc "webrowsetimpl.nullhash"
            invokevirtual com.sun.rowset.JdbcRowSetResourceBundle.handleGetObject:(Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 118
      StackMap locals:
      StackMap stack:
            aload 1 /* env */
            ldc "rowset.provider.classname"
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
         8: .line 117
            astore 2 /* providerName */
        start local 2 // java.lang.String providerName
         9: .line 121
            aload 0 /* this */
            aload 2 /* providerName */
            invokestatic javax.sql.rowset.spi.SyncFactory.getInstance:(Ljava/lang/String;)Ljavax/sql/rowset/spi/SyncProvider;
            putfield com.sun.rowset.WebRowSetImpl.provider:Ljavax/sql/rowset/spi/SyncProvider;
        10: .line 125
            return
        end local 2 // java.lang.String providerName
        end local 1 // java.util.Hashtable env
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/sun/rowset/WebRowSetImpl;
            0   11     1           env  Ljava/util/Hashtable;
            4    5     2           ioe  Ljava/io/IOException;
            9   11     2  providerName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      env   

  public void writeXml(java.sql.ResultSet, java.io.Writer);
    descriptor: (Ljava/sql/ResultSet;Ljava/io/Writer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.rowset.WebRowSetImpl this
        start local 1 // java.sql.ResultSet rs
        start local 2 // java.io.Writer writer
         0: .line 139
            aload 0 /* this */
            aload 1 /* rs */
            invokevirtual com.sun.rowset.WebRowSetImpl.populate:(Ljava/sql/ResultSet;)V
         1: .line 142
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.rowset.WebRowSetImpl.getRow:()I
            putfield com.sun.rowset.WebRowSetImpl.curPosBfrWrite:I
         2: .line 144
            aload 0 /* this */
            aload 2 /* writer */
            invokevirtual com.sun.rowset.WebRowSetImpl.writeXml:(Ljava/io/Writer;)V
         3: .line 145
            return
        end local 2 // java.io.Writer writer
        end local 1 // java.sql.ResultSet rs
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/rowset/WebRowSetImpl;
            0    4     1      rs  Ljava/sql/ResultSet;
            0    4     2  writer  Ljava/io/Writer;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      rs      
      writer  

  public void writeXml(java.io.Writer);
    descriptor: (Ljava/io/Writer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.rowset.WebRowSetImpl this
        start local 1 // java.io.Writer writer
         0: .line 160
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.xmlWriter:Lcom/sun/rowset/internal/WebRowSetXmlWriter;
            ifnull 4
         1: .line 163
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.rowset.WebRowSetImpl.getRow:()I
            putfield com.sun.rowset.WebRowSetImpl.curPosBfrWrite:I
         2: .line 165
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.xmlWriter:Lcom/sun/rowset/internal/WebRowSetXmlWriter;
            aload 0 /* this */
            aload 1 /* writer */
            invokevirtual com.sun.rowset.internal.WebRowSetXmlWriter.writeXML:(Ljavax/sql/rowset/WebRowSet;Ljava/io/Writer;)V
         3: .line 166
            goto 5
         4: .line 167
      StackMap locals:
      StackMap stack:
            new java.sql.SQLException
            dup
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
            ldc "webrowsetimpl.invalidwr"
            invokevirtual com.sun.rowset.JdbcRowSetResourceBundle.handleGetObject:(Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.Writer writer
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/rowset/WebRowSetImpl;
            0    6     1  writer  Ljava/io/Writer;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      writer  

  public void readXml(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.rowset.WebRowSetImpl this
        start local 1 // java.io.Reader reader
         0: .line 182
            aload 1 /* reader */
            ifnull 7
         1: .line 183
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.xmlReader:Lcom/sun/rowset/internal/WebRowSetXmlReader;
            aload 0 /* this */
            aload 1 /* reader */
            invokevirtual com.sun.rowset.internal.WebRowSetXmlReader.readXML:(Ljavax/sql/rowset/WebRowSet;Ljava/io/Reader;)V
         2: .line 188
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.curPosBfrWrite:I
            ifne 5
         3: .line 189
            aload 0 /* this */
            invokevirtual com.sun.rowset.WebRowSetImpl.beforeFirst:()V
         4: .line 190
            goto 10
         5: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.curPosBfrWrite:I
            invokevirtual com.sun.rowset.WebRowSetImpl.absolute:(I)Z
            pop
         6: .line 197
            goto 10
         7: .line 198
      StackMap locals:
      StackMap stack:
            new java.sql.SQLException
            dup
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
            ldc "webrowsetimpl.invalidrd"
            invokevirtual com.sun.rowset.JdbcRowSetResourceBundle.handleGetObject:(Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 200
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         9: .line 201
            new java.sql.SQLException
            dup
            aload 2 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Exception e
        10: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.Reader reader
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/rowset/WebRowSetImpl;
            0   11     1  reader  Ljava/io/Reader;
            9   10     2       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     8       8  Class java.lang.Exception
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      reader  

  public void readXml(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.rowset.WebRowSetImpl this
        start local 1 // java.io.InputStream iStream
         0: .line 214
            aload 1 /* iStream */
            ifnull 7
         1: .line 215
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.xmlReader:Lcom/sun/rowset/internal/WebRowSetXmlReader;
            aload 0 /* this */
            aload 1 /* iStream */
            invokevirtual com.sun.rowset.internal.WebRowSetXmlReader.readXML:(Ljavax/sql/rowset/WebRowSet;Ljava/io/InputStream;)V
         2: .line 220
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.curPosBfrWrite:I
            ifne 5
         3: .line 221
            aload 0 /* this */
            invokevirtual com.sun.rowset.WebRowSetImpl.beforeFirst:()V
         4: .line 222
            goto 8
         5: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.curPosBfrWrite:I
            invokevirtual com.sun.rowset.WebRowSetImpl.absolute:(I)Z
            pop
         6: .line 229
            goto 8
         7: .line 230
      StackMap locals:
      StackMap stack:
            new java.sql.SQLException
            dup
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
            ldc "webrowsetimpl.invalidrd"
            invokevirtual com.sun.rowset.JdbcRowSetResourceBundle.handleGetObject:(Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.InputStream iStream
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/rowset/WebRowSetImpl;
            0    9     1  iStream  Ljava/io/InputStream;
    Exceptions:
      throws java.sql.SQLException, java.io.IOException
    MethodParameters:
         Name  Flags
      iStream  

  public void writeXml(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.rowset.WebRowSetImpl this
        start local 1 // java.io.OutputStream oStream
         0: .line 244
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.xmlWriter:Lcom/sun/rowset/internal/WebRowSetXmlWriter;
            ifnull 4
         1: .line 247
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.rowset.WebRowSetImpl.getRow:()I
            putfield com.sun.rowset.WebRowSetImpl.curPosBfrWrite:I
         2: .line 249
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.xmlWriter:Lcom/sun/rowset/internal/WebRowSetXmlWriter;
            aload 0 /* this */
            aload 1 /* oStream */
            invokevirtual com.sun.rowset.internal.WebRowSetXmlWriter.writeXML:(Ljavax/sql/rowset/WebRowSet;Ljava/io/OutputStream;)V
         3: .line 250
            goto 5
         4: .line 251
      StackMap locals:
      StackMap stack:
            new java.sql.SQLException
            dup
            aload 0 /* this */
            getfield com.sun.rowset.WebRowSetImpl.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
            ldc "webrowsetimpl.invalidwr"
            invokevirtual com.sun.rowset.JdbcRowSetResourceBundle.handleGetObject:(Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 254
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.OutputStream oStream
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/rowset/WebRowSetImpl;
            0    6     1  oStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.sql.SQLException, java.io.IOException
    MethodParameters:
         Name  Flags
      oStream  

  public void writeXml(java.sql.ResultSet, java.io.OutputStream);
    descriptor: (Ljava/sql/ResultSet;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.rowset.WebRowSetImpl this
        start local 1 // java.sql.ResultSet rs
        start local 2 // java.io.OutputStream oStream
         0: .line 266
            aload 0 /* this */
            aload 1 /* rs */
            invokevirtual com.sun.rowset.WebRowSetImpl.populate:(Ljava/sql/ResultSet;)V
         1: .line 269
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.rowset.WebRowSetImpl.getRow:()I
            putfield com.sun.rowset.WebRowSetImpl.curPosBfrWrite:I
         2: .line 271
            aload 0 /* this */
            aload 2 /* oStream */
            invokevirtual com.sun.rowset.WebRowSetImpl.writeXml:(Ljava/io/OutputStream;)V
         3: .line 272
            return
        end local 2 // java.io.OutputStream oStream
        end local 1 // java.sql.ResultSet rs
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/rowset/WebRowSetImpl;
            0    4     1       rs  Ljava/sql/ResultSet;
            0    4     2  oStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.sql.SQLException, java.io.IOException
    MethodParameters:
         Name  Flags
      rs       
      oStream  

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.rowset.WebRowSetImpl this
        start local 1 // java.io.ObjectInputStream ois
         0: .line 281
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 284
            aload 0 /* this */
            invokestatic com.sun.rowset.JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle:()Lcom/sun/rowset/JdbcRowSetResourceBundle;
            putfield com.sun.rowset.WebRowSetImpl.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
         2: .line 285
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
         4: .line 286
            new java.lang.RuntimeException
            dup
            aload 2 /* ioe */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException ioe
         5: .line 289
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectInputStream ois
        end local 0 // com.sun.rowset.WebRowSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/rowset/WebRowSetImpl;
            0    6     1   ois  Ljava/io/ObjectInputStream;
            4    5     2   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      ois   
}
SourceFile: "WebRowSetImpl.java"