|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.eclipse.osgi.framework.internal.core.ReferenceInputStream
public class ReferenceInputStream
InputStream subclass which provides a reference (via URL) to the data rather than allowing the input stream to be directly read.
| Field Summary | |
|---|---|
protected java.net.URL |
reference
|
| Constructor Summary | |
|---|---|
ReferenceInputStream(java.net.URL reference)
|
|
| Method Summary | |
|---|---|
java.net.URL |
getReference()
|
int |
read()
|
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.net.URL reference
| Constructor Detail |
|---|
public ReferenceInputStream(java.net.URL reference)
| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic java.net.URL getReference()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||