Ignore:
Timestamp:
Jul 17, 2008, 3:35:18 PM (16 years ago)
Author:
waue
Message:

update some new ..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/hadoop-0.16/tw/org/nchc/code/LogParser.java

    r30 r31  
     1/**
     2 * Program: LogParser.java
     3 * Editor: Waue Chen
     4 * From :  NCHC. Taiwn
     5 * Last Update Date: 07/02/2008
     6 */
     7
    18package tw.org.nchc.code;
    29
     
    1017
    1118
    12 public class AccessLogParser {
     19public class LogParser {
    1320  private String ip;
    1421  private String protocol;
     
    2734 
    2835 
    29   public AccessLogParser(String line) throws ParseException, Exception{
     36  public LogParser(String line) throws ParseException, Exception{
    3037   
    3138   Matcher matcher = p.matcher(line);
Note: See TracChangeset for help on using the changeset viewer.