com.servingxml.components.flatfile.parsing
Class CharTokenizer

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

public abstract class CharTokenizer
extends java.lang.Object
implements Tokenizer


Constructor Summary
CharTokenizer()
           
 
Method Summary
abstract  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
 
Methods inherited from interface com.servingxml.components.flatfile.parsing.Tokenizer
getCurrentToken, getCurrentTokenValue, next
 

Constructor Detail

CharTokenizer

public CharTokenizer()
Method Detail

tokenize

public abstract void tokenize(char[] input,
                              int start,
                              int length)