|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputSourceWriter
Generally used to write a doc template output, accessed using an input source, on disk.
Clients may implement this interface.
EvaluationManager.setContentWriter(ContentWriter)| Method Summary | |
|---|---|
void |
write(File file,
String charsetName,
InputSource source)
Writes the specified input source content to the specified location. |
| Methods inherited from interface com.sodius.mdw.core.util.io.ContentWriter |
|---|
write |
| Method Detail |
|---|
void write(File file,
String charsetName,
InputSource source)
throws IOException
The specified file may or may not exist at the time this method is invoked. The implementation must create the directory as necessary.
file - the absolute path of the expected output location.charsetName - the file encoding to be used, null to use the platform default encodingsource - the input source that gives access to the content to write at the specified location.
IOException - if the contents could not be written out.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||