public class ImageReaderFactory extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageReaderFactory.ImageReaderParam |
| Constructor and Description |
|---|
ImageReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canDecompress(String tsuid) |
void |
clear() |
boolean |
contains(String tsuid) |
ImageReaderFactory.ImageReaderParam |
get(String tsuid) |
static ImageReaderFactory |
getDefault() |
Set<Map.Entry<String,ImageReaderFactory.ImageReaderParam>> |
getEntries() |
static ImageReader |
getImageReader(ImageReaderFactory.ImageReaderParam param) |
static ImageReader |
getImageReaderFromImageIOServiceRegistry(ImageReaderFactory.ImageReaderParam param) |
static ImageReader |
getImageReaderFromServiceLoader(ImageReaderFactory.ImageReaderParam param) |
static ImageReaderFactory.ImageReaderParam |
getImageReaderParam(String tsuid) |
void |
load(InputStream in) |
ImageReaderFactory.ImageReaderParam |
put(String tsuid,
ImageReaderFactory.ImageReaderParam param) |
ImageReaderFactory.ImageReaderParam |
remove(String tsuid) |
static void |
resetDefault() |
static void |
setDefault(ImageReaderFactory factory) |
public static ImageReaderFactory getDefault()
public static void setDefault(ImageReaderFactory factory)
public static void resetDefault()
public static ImageReaderFactory.ImageReaderParam getImageReaderParam(String tsuid)
public static boolean canDecompress(String tsuid)
public static ImageReader getImageReader(ImageReaderFactory.ImageReaderParam param)
public static ImageReader getImageReaderFromImageIOServiceRegistry(ImageReaderFactory.ImageReaderParam param)
public static ImageReader getImageReaderFromServiceLoader(ImageReaderFactory.ImageReaderParam param)
public void load(InputStream in) throws IOException
IOExceptionpublic ImageReaderFactory.ImageReaderParam get(String tsuid)
public boolean contains(String tsuid)
public ImageReaderFactory.ImageReaderParam put(String tsuid, ImageReaderFactory.ImageReaderParam param)
public ImageReaderFactory.ImageReaderParam remove(String tsuid)
public Set<Map.Entry<String,ImageReaderFactory.ImageReaderParam>> getEntries()
public void clear()
Copyright © 2021. All rights reserved.