All Packages Class Hierarchy This Package Previous Next Index
Class benno.dystat.SquidSource
java.lang.Object
|
+----benno.dystat.SquidSource
- public class SquidSource
- extends Object
- implements Source
A record source which returns details from a squid access log
-
SquidSource(String)
-
-
hasMoreLines()
-
-
nextLine()
-
SquidSource
public SquidSource(String fn) throws FileNotFoundException, IOException
hasMoreLines
public boolean hasMoreLines()
nextLine
public StatLine nextLine()
All Packages Class Hierarchy This Package Previous Next Index