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()
Retrieves the actual
InputStream . |
public URLInputStreamFacade(URL url)
public InputStream getInputStream() throws IOException
InputStreamFacade
InputStream
. The caller must assume,
that this method may be invoked only once.getInputStream
in interface InputStreamFacade
IOException
Copyright © 2001-2014 Codehaus. All Rights Reserved.