I am trying to understand the PDFTextStripper class.  

 

              Here is where I get lost: Its processPage method calls
PDFStreamEngine`s processStream method, which calls the processSubStream
method of PDFStreamEngine.  The processSubStream method calls the
processOperator method, which uses the process method (among others) of the
OperatorProcessor class.  However, the OperatorProcessor class is abstract,
and the process method is defined as an abstract class.  I cannot find where
this abstract class is subclassed.   

 

              Can anyone point me in the right direction?

 

                                           Thanks, Alan

 

 

Reply via email to