public class ResourcesRequest extends Request
Resources.
In general, using Resource.get() will be more convenient.
| Modifier and Type | Method and Description |
|---|---|
InputStream |
byID(String resourceID)
Retrieves a
Resource's binary data from the PDFDATA.io API, given its
ID, available via ResourcefulEntity.getResourceID(). |
InputStream |
byURL(URL url)
|
public InputStream byURL(URL url)
public InputStream byID(String resourceID)
Resource's binary data from the PDFDATA.io API, given its
ID, available via ResourcefulEntity.getResourceID().Copyright © 2017 PDFDATA.io. All rights reserved.