|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.extend.InputStreamFactoryOutputStreamLoader
public final class InputStreamFactoryOutputStreamLoader
Used when the FileTransfer has a InputStreamFactory, but what
it really wants is an OutputStreamLoader
| Constructor Summary | |
|---|---|
InputStreamFactoryOutputStreamLoader(InputStreamFactory inputStreamFactory)
We need an InputStreamFactory |
|
| Method Summary | |
|---|---|
void |
close()
This method indicates that whether or not this resource has been read, it is not longer required. |
void |
load(java.io.OutputStream out)
Write all the data to the given output stream. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputStreamFactoryOutputStreamLoader(InputStreamFactory inputStreamFactory)
| Method Detail |
|---|
public void load(java.io.OutputStream out)
throws java.io.IOException
OutputStreamLoader
load in interface OutputStreamLoaderjava.io.IOException
public void close()
throws java.io.IOException
OutputStreamLoaderOutputStreamLoader.load(OutputStream) when it has
finished reading from the stream, or when it has decided that it never
will call OutputStreamLoader.load(OutputStream).
close in interface OutputStreamLoaderjava.io.IOException
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||