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