|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileGenerator
A representation of the file that we are writing out.
| Method Summary | |
|---|---|
void |
generateFile(java.io.OutputStream out)
Write the file to the give OutputStream. |
java.lang.String |
getFilename()
Accessor for the filename of this download |
java.lang.String |
getMimeType()
What is the MimeType for the given file |
| Method Detail |
|---|
void generateFile(java.io.OutputStream out)
throws java.io.IOException
OutputStream.
The system will take care of opening and closing the stream
out - The stream to write to.
java.io.IOException - If there are creation problemsjava.lang.String getMimeType()
java.lang.String getFilename()
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||