public class ImageIOImageData extends Object implements ImageData
Constructor and Description |
---|
ImageIOImageData(InputStream inputStream)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
ImageReader |
getImageReader() |
IntDimension2D |
getWidthHeight()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
public ImageIOImageData(InputStream inputStream) throws IOException
inputStream
- the InputStream
to read fromIOException
- in case of errorpublic ImageReader getImageReader()
ImageReader
public IntDimension2D getWidthHeight() throws IOException
getWidthHeight
in interface ImageData
IntDimension2D
of thisIOException
- in case of errorprotected void finalize() throws Throwable
public void close() throws IOException
close
in interface AutoCloseable
IOException
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.