/*    */ public final class FastInfosetStreamReaderRecyclable extends StAXDocumentParser
    /*    */ implements XMLStreamReaderFactory.RecycleAware
/*    */ {
  /* 36 */ private static final FastInfosetStreamReaderFactory READER_FACTORY =
      FastInfosetStreamReaderFactory.getInstance();
  /*    */
  /*    */ public FastInfosetStreamReaderRecyclable() /*    */ {
    /*    */ }
  /*    */
  /*    */ public FastInfosetStreamReaderRecyclable(InputStream in) {
    /* 43 */ super(in);
    /*    */ }
  /*    */
  /*    */ public void onRecycled() {
    /* 47 */ READER_FACTORY.doRecycle(this);
    /*    */ }
  /*    */ }
 /*    */ public void onRecycled() {
   /* 47 */ READER_FACTORY.doRecycle(this);
   /*    */ }