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


Constructor Index

 o SquidSource(String)

Method Index

 o hasMoreLines()
 o nextLine()

Constructors

 o SquidSource
 public SquidSource(String fn) throws FileNotFoundException, IOException

Methods

 o hasMoreLines
 public boolean hasMoreLines()
 o nextLine
 public StatLine nextLine()

All Packages  Class Hierarchy  This Package  Previous  Next  Index