Modifier and Type | Field and Description |
---|---|
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | canDecodeInput(Object
the object (typically an
input)ImageInputStream ) to be decoded.Implements abstract javax. Returns |
public ImageReader | createReaderInstance(Object
a plug-in specific extension object, which may
be extension)null .Implements abstract javax. Returns an instance of the |
public String | getDescription(Locale
a locale)Locale for which the return value
should be localized.Implements abstract javax. Returns a brief, human-readable description of this service provider and its associated implementation. |
public void | onRegistration(ServiceRegistry
a registry, Class<?> ServiceRegistry where this
object has been registered.a category)Class object indicating the
registry category under which this object has been registered.Overrides javax. Implements javax. A callback that will be called exactly once after the Spi class
has been instantiated and registered in a
|
registered | back to summary |
---|---|
private boolean registered |
TIFFImageReaderSpi | back to summary |
---|---|
public TIFFImageReaderSpi() |
canDecodeInput | back to summary |
---|---|
public boolean canDecodeInput(Object input) throws IOException Implements abstract javax. Doc from javax. Returns It is important that the state of the object not be
disturbed in order that other Formats such as "raw," which can potentially attempt
to read nearly any stream, should return If
|
createReaderInstance | back to summary |
---|---|
public ImageReader createReaderInstance(Object extension) Implements abstract javax. Doc from javax. Returns an instance of the An Typically, a plug-in will implement this method using code
such as
|
getDescription | back to summary |
---|---|
public String getDescription(Locale locale) Implements abstract javax. Doc from javax. Returns a brief, human-readable description of this service
provider and its associated implementation. The resulting
string should be localized for the supplied
|
onRegistration | back to summary |
---|---|
public void onRegistration(ServiceRegistry registry, Class<?> category) Overrides javax. Implements javax. Doc from javax. A callback that will be called exactly once after the Spi class
has been instantiated and registered in a
Only the registry should call this method. The default implementation does nothing.
|