|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilePreprocessor
An interface for file processing in a filter like fashion
Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
$Revision: 1.3 $
| Method Summary | |
|---|---|
java.lang.String |
process(java.io.BufferedInputStream is)
Read the file from the input stream, do any substitutions required and return the processed file as a string. |
| Method Detail |
|---|
java.lang.String process(java.io.BufferedInputStream is)
throws java.io.IOException
is - The input stream
java.io.IOException - thrown when there are problems reading the input stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||