com.servingxml.components.flatfile.parsing
Class ByteTokenizer

java.lang.Object
  extended by com.servingxml.components.flatfile.parsing.ByteTokenizer

public abstract class ByteTokenizer
extends java.lang.Object


Constructor Summary
ByteTokenizer()
           
 
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
 

Constructor Detail

ByteTokenizer

public ByteTokenizer()
Method Detail

tokenize

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