com.moximedia.aims
Class CsvParser

java.lang.Object
  extended bycom.moximedia.aims.CsvParser
All Implemented Interfaces:
java.io.Serializable

public class CsvParser
extends java.lang.Object
implements java.io.Serializable

Author:
jdc
See Also:
Serialized Form

Constructor Summary
CsvParser()
          Creates a new instance of CsvParser
 
Method Summary
 java.lang.String[] parse(java.lang.String line)
          Parses the line into individual fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvParser

public CsvParser()
Creates a new instance of CsvParser

Method Detail

parse

public java.lang.String[] parse(java.lang.String line)
Parses the line into individual fields.

Parameters:
line - The line to parse,
Returns:
An array of strings containing the fields.


Internet Mapping Framework for ArcIMS Java Object Model API (v5.1.00)
Copyright © 2006 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.