public class ReferenceInputStream extends InputStream
| 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 © 2007–2016 The Apache Software Foundation. All rights reserved.