|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.scape_project.pit.invoke.Out
public class Out
| Nested Class Summary | |
|---|---|
static class |
Out.Type
Enumeration identifying the output type |
| Constructor Summary | |
|---|---|
Out(File file)
Constructor for file based output |
|
Out(OutputStream is)
Constructor for output stream output |
|
Out(URI uri)
Constructor for ouput to a URI |
|
| Method Summary | |
|---|---|
File |
getFile()
|
OutputStream |
getOutputStream()
|
Out.Type |
getType()
Get the type of the output object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Out(OutputStream is)
is - the output streampublic Out(URI uri)
uri - the URI for the outputpublic Out(File file)
file - the file to output to| Method Detail |
|---|
public Out.Type getType()
public File getFile()
public OutputStream getOutputStream()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||