All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Webcrawler.Crawler.Reader

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----Webcrawler.Crawler.Reader

class Reader
extends Thread
This class implements one Reader-thread for downloading data from the network. Since downloading from the internet is usually very slow, more than one Reader can be started to download data parallel. The reader stores the downloaded data in a file named like the nodes localFile field.

See Also:
Readers

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index