public class ReferenceInputStream extends InputStream
URLStreamHandler implementation for "reference:" protocol.| Constructor and Description |
|---|
ReferenceInputStream(URL reference) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getReference() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skipprotected URL reference
public ReferenceInputStream(URL reference)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic URL getReference()
Copyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.