comparison dwtx/jface/internal/text/html/SubstitutionTextReader.d @ 158:25f1f92fa3df

...
author Frank Benoit <benoit@tionex.de>
date Tue, 26 Aug 2008 02:46:34 +0200
parents 93a6ec48fd28
children 7926b636c282
comparison
equal deleted inserted replaced
157:7f75eaa8103a 158:25f1f92fa3df
21 import dwtx.jface.internal.text.html.BrowserInformationControlInput; // packageimport 21 import dwtx.jface.internal.text.html.BrowserInformationControlInput; // packageimport
22 import dwtx.jface.internal.text.html.HTMLMessages; // packageimport 22 import dwtx.jface.internal.text.html.HTMLMessages; // packageimport
23 23
24 24
25 import dwt.dwthelper.utils; 25 import dwt.dwthelper.utils;
26
27 import java.io.IOException;
28 import java.io.Reader;
29
30 26
31 /** 27 /**
32 * Reads the text contents from a reader and computes for each character 28 * Reads the text contents from a reader and computes for each character
33 * a potential substitution. The substitution may eat more characters than 29 * a potential substitution. The substitution may eat more characters than
34 * only the one passed into the computation routine. 30 * only the one passed into the computation routine.