public interface IResourceRetriever
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArrayByUrl(URL url)
Gets the byte array with the data from a provided URL by instantiating an HTTP connection to the URL.
|
InputStream |
getInputStreamByUrl(URL url)
Gets the
InputStream with the data from a provided URL by instantiating an HTTP connection to the URL. |
InputStream getInputStreamByUrl(URL url) throws IOException
InputStream with the data from a provided URL by instantiating an HTTP connection to the URL.url - the source URLIOException - if any input/output issue occursbyte[] getByteArrayByUrl(URL url) throws IOException
url - the source URLIOException - if any input/output issue occursCopyright © 1998–2026 Apryse Group NV. All rights reserved.