com.servingxml.components.flatfile.parsing
Class DelimitedFieldCharTokenizer

java.lang.Object
  extended by com.servingxml.components.flatfile.parsing.CharTokenizer
      extended by com.servingxml.components.flatfile.parsing.DelimitedFieldCharTokenizer
All Implemented Interfaces:
Tokenizer

public class DelimitedFieldCharTokenizer
extends CharTokenizer


Constructor Summary
DelimitedFieldCharTokenizer(FlatFileOptions flatFileOptions, int maxLength)
           
 
Method Summary
 void analyze()
           
 int getCurrentToken()
           
 java.lang.String getCurrentTokenValue()
           
 int getInputOffset()
           
 void next()
           
 void tokenize(char[] input, int start, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelimitedFieldCharTokenizer

public DelimitedFieldCharTokenizer(FlatFileOptions flatFileOptions,
                                   int maxLength)
Method Detail

getInputOffset

public int getInputOffset()

getCurrentToken

public int getCurrentToken()

getCurrentTokenValue

public java.lang.String getCurrentTokenValue()

tokenize

public void tokenize(char[] input,
                     int start,
                     int length)
Specified by:
tokenize in class CharTokenizer

next

public void next()

analyze

public void analyze()