chtdecoder.tools
Interface CHTFileReader

All Known Implementing Classes:
AbstractCHTFileReader

public interface CHTFileReader

A class to read .CHT files and iterate over the codes inside.

Version:
1.1, 09/14/04
Author:
John David Ratliff

Method Summary
 CHTCodeIterator iterator()
          Returns an iterator for the CHTCodes read from the .CHT file.
 

Method Detail

iterator

public CHTCodeIterator iterator()
Returns an iterator for the CHTCodes read from the .CHT file.

Returns:
The iterator.