Class DataLoader.DataAndUrl
java.lang.Object
eu.europa.esig.dss.spi.client.http.DataLoader.DataAndUrl
- Enclosing interface:
DataLoader
This is an internal class used to model the couple data and url used to obtain this data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getData()
Gets the downloaded dataGets the URL string used to download the data
-
Constructor Details
-
DataAndUrl
-
-
Method Details
-
getUrlString
-
getData
public byte[] getData()Gets the downloaded data- Returns:
- a byte array
-