Class ThumbnailReader.JPEGThumbnailReader
java.lang.Object
com.twelvemonkeys.imageio.plugins.jpeg.ThumbnailReader
com.twelvemonkeys.imageio.plugins.jpeg.ThumbnailReader.JPEGThumbnailReader
- Enclosing class:
ThumbnailReader
-
Nested Class Summary
Nested classes/interfaces inherited from class com.twelvemonkeys.imageio.plugins.jpeg.ThumbnailReader
ThumbnailReader.IndexedThumbnailReader, ThumbnailReader.JPEGThumbnailReader, ThumbnailReader.UncompressedThumbnailReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Dimension
private final ImageInputStream
private final long
private final ImageReader
-
Constructor Summary
ConstructorsConstructorDescriptionJPEGThumbnailReader
(ImageReader reader, ImageInputStream input, long offset) -
Method Summary
-
Field Details
-
reader
-
input
-
offset
private final long offset -
dimension
-
-
Constructor Details
-
JPEGThumbnailReader
-
-
Method Details
-
initReader
- Throws:
IOException
-
read
- Specified by:
read
in classThumbnailReader
- Throws:
IOException
-
readDimensions
- Throws:
IOException
-
getWidth
- Specified by:
getWidth
in classThumbnailReader
- Throws:
IOException
-
getHeight
- Specified by:
getHeight
in classThumbnailReader
- Throws:
IOException
-
readMetadata
- Overrides:
readMetadata
in classThumbnailReader
- Throws:
IOException
-