public final class com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable extends com.sun.xml.internal.fastinfoset.stax.StAXDocumentParser implements com.sun.xml.internal.ws.api.streaming.XMLStreamReaderFactory$RecycleAware
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable
  super_class: com.sun.xml.internal.fastinfoset.stax.StAXDocumentParser
{
  private static final com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderFactory READER_FACTORY;
    descriptor: Lcom/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 36
            invokestatic com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderFactory.getInstance:()Lcom/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory;
            putstatic com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable.READER_FACTORY:Lcom/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable this
         0: .line 39
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.stax.StAXDocumentParser.<init>:()V
         1: .line 40
            return
        end local 0 // com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderRecyclable;

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable this
        start local 1 // java.io.InputStream in
         0: .line 43
            aload 0 /* this */
            aload 1 /* in */
            invokespecial com.sun.xml.internal.fastinfoset.stax.StAXDocumentParser.<init>:(Ljava/io/InputStream;)V
         1: .line 44
            return
        end local 1 // java.io.InputStream in
        end local 0 // com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderRecyclable;
            0    2     1    in  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      in    

  public void onRecycled();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable this
         0: .line 47
            getstatic com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable.READER_FACTORY:Lcom/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory;
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderFactory.doRecycle:(Ljavax/xml/stream/XMLStreamReader;)V
         1: .line 48
            return
        end local 0 // com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderRecyclable;
}
SourceFile: "FastInfosetStreamReaderRecyclable.java"
InnerClasses:
  public abstract RecycleAware = com.sun.xml.internal.ws.api.streaming.XMLStreamReaderFactory$RecycleAware of com.sun.xml.internal.ws.api.streaming.XMLStreamReaderFactory