|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.objectweb.dsrg.sofa.repository.core.SofaOutputStream
public class SofaOutputStream
SOFA specific OutputStream
, which uploads data to
SofaServlet
.
Constructor Summary | |
---|---|
SofaOutputStream(RepositoryConfiguration rc,
org.eclipse.emf.common.util.URI uri)
Standard constructor. |
Method Summary | |
---|---|
void |
close()
|
void |
write(int b)
|
Methods inherited from class java.io.OutputStream |
---|
flush, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SofaOutputStream(RepositoryConfiguration rc, org.eclipse.emf.common.util.URI uri) throws java.io.IOException
rc
- Connection configurationuri
- SofaURI of destination EObject
java.io.IOException
ConversionHelper
Method Detail |
---|
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.OutputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |