public class URLInputStreamFacade extends Object implements InputStreamFacade
InputStreamFacade
for URL's.Constructor and Description |
---|
URLInputStreamFacade(URL url) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
The caller must assume, that this method may be invoked only once.
|
public URLInputStreamFacade(URL url)
public InputStream getInputStream() throws IOException
InputStreamFacade
getInputStream
in interface InputStreamFacade
InputStream
.IOException
- if io issueCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.