Package org.geotools.geopkg
Class ByteArrayImageInputStreamSpi
Object
IIOServiceProvider
ImageInputStreamSpi
ByteArrayImageInputStreamSpi
- All Implemented Interfaces:
RegisterableService
Image input stream provider creating an image input stream directly from a byte array.
- Author:
- Justin Deoliveira, OpenGeo
-
Field Summary
Fields inherited from class ImageInputStreamSpi
inputClassFields inherited from class IIOServiceProvider
vendorName, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInputStreamInstance(Object input, boolean useCache, File cacheDir) getDescription(Locale locale) Methods inherited from class ImageInputStreamSpi
canUseCacheFile, createInputStreamInstance, getInputClass, needsCacheFileMethods inherited from class IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration
-
Constructor Details
-
ByteArrayImageInputStreamSpi
public ByteArrayImageInputStreamSpi()
-
-
Method Details
-
createInputStreamInstance
public ImageInputStream createInputStreamInstance(Object input, boolean useCache, File cacheDir) throws IOException - Specified by:
createInputStreamInstancein classImageInputStreamSpi- Throws:
IOException
-
getDescription
- Specified by:
getDescriptionin classIIOServiceProvider
-