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: 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 0: aload 0
invokespecial com.sun.xml.internal.fastinfoset.stax.StAXDocumentParser.<init>:()V
1: return
end local 0 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 start local 1 0: aload 0
aload 1
invokespecial com.sun.xml.internal.fastinfoset.stax.StAXDocumentParser.<init>:(Ljava/io/InputStream;)V
1: return
end local 1 end local 0 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 0: getstatic com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderRecyclable.READER_FACTORY:Lcom/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory;
aload 0
invokevirtual com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetStreamReaderFactory.doRecycle:(Ljavax/xml/stream/XMLStreamReader;)V
1: return
end local 0 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