| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<IReadableResource,SizeInt> |
ImageDataManager.getAllCachedSizes() |
ICommonsSet<IReadableResource> |
ImageDataManager.getAllNotExistingResources() |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ImageDataManager.clearCachedSize(IReadableResource aRes)
Remove a single resource from the cache.
|
SizeInt |
ImageDataManager.getImageSize(IReadableResource aRes) |
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
PathRelativeIO.getResource(String sRelativePath) |
IReadableResource |
IPathRelativeIO.getResource(String sRelativePath)
Get the file system resource relative to the base path.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReadWriteResource
Base interface for an abstract resource that is both readable and writable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathResource
Wraps a class path object as a readable resource.
|
class |
FileSystemResource
Implementation of the
IReadableResource and
IWritableResource interfaces for file
system objects. |
class |
URLResource
Implementation of the
IReadableResource interface for URL objects. |
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
IReadableResource.getReadableCloneForPath(String sPath)
Get a new resource of the same implementation type as this object but for a
different path.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMemoryReadableResource
Marker interface for readable resources that are "in-memory" only.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemoryReadableResource
Abstract base class for an
IReadableResource that is not really a
resource but where the API does not offer alternatives. |
class |
ReadableResourceByteArray
An in-memory
IReadableResource based on a byte array. |
class |
ReadableResourceInputStream
An in-memory
IReadableResource based on an InputStream. |
class |
ReadableResourceString
An in-memory
IReadableResource based on a String which is
converted to a byte array with the provided charset. |
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
AbstractMemoryReadableResource.getReadableCloneForPath(String sPath) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWrappedReadableResource
Interface for readable resources that are "wrapped".
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWrappedReadableResource
A wrapper around a readable resource for
InputStream manipulation . |
class |
GZIPReadableResource
A readable resource that is GZIP compressed.
|
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
IWrappedReadableResource.getWrappedReadableResource() |
IReadableResource |
AbstractWrappedReadableResource.getWrappedReadableResource() |
| Constructor and Description |
|---|
AbstractWrappedReadableResource(IReadableResource aBaseResource) |
GZIPReadableResource(IReadableResource aBaseResource) |
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
URLResourceProvider.getReadableResource(String sURL) |
IReadableResource |
ReadableResourceProviderChain.getReadableResource(String sName) |
IReadableResource |
IReadableResourceProvider.getReadableResource(String sName)
Get the resource specified by the given name for reading.
|
IReadableResource |
FileSystemResourceProvider.getReadableResource(String sName) |
IReadableResource |
ClassPathResourceProvider.getReadableResource(String sName) |
| Modifier and Type | Method and Description |
|---|---|
static IReadableResource |
DefaultResourceResolver.getResolvedResource(String sSystemId,
String sBaseURI)
Do the standard resource resolving of sSystemId relative to sBaseURI
|
static IReadableResource |
DefaultResourceResolver.getResolvedResource(String sSystemId,
String sBaseURI,
ClassLoader aClassLoader)
Do the standard resource resolving of sSystemId relative to sBaseURI
|
| Modifier and Type | Method and Description |
|---|---|
static NonBlockingProperties |
PropertiesHelper.loadProperties(IReadableResource aRes) |
Copyright © 2014–2019 Philip Helger. All rights reserved.