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 URL
IOException
- if any input/output issue occurs
byte[] getByteArrayByUrl(URL url) throws IOException
url
- the source URL
IOException
- if any input/output issue occurs
Copyright © 1998–2023 iText Group NV. All rights reserved.