|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.service.proxy.ProxyOutput
public class ProxyOutput
Proxy output reference.
Version History
EPG - Added by request. This was part of a stand-alone lib for a while. - 10 DEC 08
Constructor Summary | |
---|---|
ProxyOutput(java.lang.String name,
java.io.OutputStream ous)
Constructor |
Method Summary | |
---|---|
void |
done()
Annouce we are done with this output. |
protected void |
finalize()
The finalizer. |
java.lang.String |
getName()
Get the name. |
java.io.OutputStream |
getStream()
Get the output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyOutput(java.lang.String name, java.io.OutputStream ous) throws java.lang.Throwable
name
- The name. It should be the final file/uobject name.ous
- A stream to it.
java.lang.Throwable
Method Detail |
---|
public java.io.OutputStream getStream()
public java.lang.String getName()
public void done()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |