*/
protected boolean innerExtract(CrawlURI curi){
int links = 0;
InputStream contentStream = null;
ReplayInputStream documentStream = null;
SeekReader docReader = null;
// Get the doc as a repositionable reader
try
{
contentStream = curi.getRecorder().getContentReplayInputStream();