public interface IResourceRetriever
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArrayByUrl(URL url)
Gets the byte array that are retrieved from the source URL.
|
InputStream |
getInputStreamByUrl(URL url)
Gets the
InputStream that connect with source URL for retrieving data from that connection. |
InputStream getInputStreamByUrl(URL url) throws IOException
InputStream that connect with source URL for retrieving data from that connection.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–2023 iText Group NV. All rights reserved.