com.servingxml.components.flatfile.parsing
Class DelimitedFieldCharTokenizer
java.lang.Object
com.servingxml.components.flatfile.parsing.CharTokenizer
com.servingxml.components.flatfile.parsing.DelimitedFieldCharTokenizer
- All Implemented Interfaces:
- Tokenizer
public class DelimitedFieldCharTokenizer
- extends CharTokenizer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelimitedFieldCharTokenizer
public DelimitedFieldCharTokenizer(FlatFileOptions flatFileOptions,
int maxLength)
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()