|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputFile
An OutputFile represent a single file in a
ConverterResult, which is output from a Converter
implementation.
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
Returns the file name of the OutputFile. |
void |
write(java.io.OutputStream os)
Writes the OutputFile to an OutputStream. |
| Method Detail |
|---|
void write(java.io.OutputStream os)
throws java.io.IOException
OutputFile to an OutputStream.
os - OutputStream to which the content should be written
java.io.IOException - if any I/O error occursjava.lang.String getFileName()
OutputFile. This includes
the file extension and may also include a relative path, always using
/ as separator.
OutputFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||