public class PageRankWriter extends Object
| Constructor and Description |
|---|
PageRankWriter(String filename) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLink(long id,
Anchor sb) |
void |
close() |
void |
lastPage() |
void |
newPage(long id,
int count) |
void |
redirect(long from,
long to) |
public PageRankWriter(String filename) throws IOException
IOExceptionpublic void close()
public void redirect(long from,
long to)
throws IOException
IOExceptionpublic void newPage(long id,
int count)
throws IOException
IOExceptionpublic void lastPage()
throws IOException
IOExceptionpublic void addLink(long id,
Anchor sb)
throws IOException
IOExceptionCopyright © 2016 Egothor. All Rights Reserved.