infovis.io
Class WebLogParser

java.lang.Object
  extended by infovis.io.WebLogParser

public class WebLogParser
extends Object

Simple parser for Apache web log format.

Version:
$Revision: 1.10 $
Author:
Jean-Daniel Fekete

Nested Class Summary
static class WebLogParser.Entry
           
 
Constructor Summary
WebLogParser()
           
 
Method Summary
static void main(String[] args)
           
 WebLogParser.Entry readEntry(BufferedReader in, WebLogParser.Entry entry)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLogParser

public WebLogParser()
Method Detail

readEntry

public WebLogParser.Entry readEntry(BufferedReader in,
                                    WebLogParser.Entry entry)
                             throws IOException
Throws:
IOException

main

public static void main(String[] args)


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.