AbstractFactoryModule
, GIFImageFactoryModule
, ImageIOFactoryModule
, JPEGImageFactoryModule
, PNGImageFactoryModule
public interface FactoryModule
Modifier and Type | Field | Description |
---|---|---|
static int |
FEELING_LUCKY |
A default handler does not reject the content.
|
static int |
RECOGNIZED_CONTENTTYPE |
|
static int |
RECOGNIZED_FILE |
|
static int |
RECOGNIZED_FINGERPRINT |
|
static int |
REJECTED |
Modifier and Type | Method | Description |
---|---|---|
int |
canHandleResource(ResourceManager caller,
ResourceData data) |
|
Resource |
create(ResourceManager caller,
ResourceData data,
ResourceKey context) |
|
int |
getHeaderFingerprintSize() |
static final int RECOGNIZED_FINGERPRINT
static final int RECOGNIZED_CONTENTTYPE
static final int RECOGNIZED_FILE
static final int FEELING_LUCKY
static final int REJECTED
int canHandleResource(ResourceManager caller, ResourceData data) throws ResourceCreationException, ResourceLoadingException
int getHeaderFingerprintSize()
Resource create(ResourceManager caller, ResourceData data, ResourceKey context) throws ResourceCreationException, ResourceLoadingException