edu.udo.cs.wvtool.generic.charmapper
Class DummyCharConverter

java.lang.Object
  extended by edu.udo.cs.wvtool.generic.charmapper.DummyCharConverter
All Implemented Interfaces:
WVTCharConverter

public class DummyCharConverter
extends java.lang.Object
implements WVTCharConverter

A simple Dummy, which does nothing at all (returns exactly what it gets).

Version:
$Id: DummyCharConverter.java,v 1.2 2006/06/06 11:45:24 mjwurst Exp $
Author:
Michael Wurst

Constructor Summary
DummyCharConverter()
           
 
Method Summary
 java.io.Reader convertChars(java.io.Reader source, WVTDocumentInfo d)
          Convert characters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyCharConverter

public DummyCharConverter()
Method Detail

convertChars

public java.io.Reader convertChars(java.io.Reader source,
                                   WVTDocumentInfo d)
Description copied from interface: WVTCharConverter
Convert characters.

Specified by:
convertChars in interface WVTCharConverter
Parameters:
source - the Reader from which to obtain the characters
d - the WVTDocumentInfo about the document to process
Returns:
a Reader value, as output