| Package | Description |
|---|---|
| com.helger.commons.gfx | |
| com.helger.commons.io.resource | |
| com.helger.commons.io.resource.inmemory | |
| com.helger.commons.io.resourceprovider | |
| com.helger.commons.lang |
| 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 | 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 | 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 | 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 ICommonsMap<String,String> |
PropertiesHelper.loadProperties(IReadableResource aRes) |
Copyright © 2014–2016 Philip Helger. All rights reserved.