< prev index next >

src/java.desktop/share/classes/javax/imageio/plugins/tiff/TIFFImageReadParam.java

Print this page

        

*** 46,56 **** * {@code ExifParentTIFFTagSet}, and {@code GeoTIFFTagSet} * are included. * * @since 9 */ ! public class TIFFImageReadParam extends ImageReadParam { private List<TIFFTagSet> allowedTagSets = new ArrayList<TIFFTagSet>(4); /** * Constructs a {@code TIFFImageReadParam}. Tags defined by --- 46,56 ---- * {@code ExifParentTIFFTagSet}, and {@code GeoTIFFTagSet} * are included. * * @since 9 */ ! public final class TIFFImageReadParam extends ImageReadParam { private List<TIFFTagSet> allowedTagSets = new ArrayList<TIFFTagSet>(4); /** * Constructs a {@code TIFFImageReadParam}. Tags defined by
< prev index next >