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, skip
protected URL reference
public ReferenceInputStream(URL reference)
public int read() throws IOException
read
in class InputStream
IOException
public URL getReference()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.