thredds.logs
Class AccessLogParser

java.lang.Object
  extended by thredds.logs.AccessLogParser
All Implemented Interfaces:
LogReader.LogParser

public class AccessLogParser
extends java.lang.Object
implements LogReader.LogParser

Read TDS access logs

Since:
Apr 10, 2008
Author:
caron

Constructor Summary
AccessLogParser()
           
 
Method Summary
 LogReader.Log nextLog(java.io.BufferedReader dataIS)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessLogParser

public AccessLogParser()
Method Detail

nextLog

public LogReader.Log nextLog(java.io.BufferedReader dataIS)
                      throws java.io.IOException
Specified by:
nextLog in interface LogReader.LogParser
Throws:
java.io.IOException