< prev index next >

src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageReader.java

Print this page

        

*** 48,58 **** import com.sun.imageio.plugins.common.ReaderUtil; /** This class is the Java Image IO plugin reader for WBMP images. * It may subsample the image, clip the image, * and shift the decoded image origin if the proper decoding parameter ! * are set in the provided <code>WBMPImageReadParam</code>. */ public class WBMPImageReader extends ImageReader { /** The input stream where reads from */ private ImageInputStream iis = null; --- 48,58 ---- import com.sun.imageio.plugins.common.ReaderUtil; /** This class is the Java Image IO plugin reader for WBMP images. * It may subsample the image, clip the image, * and shift the decoded image origin if the proper decoding parameter ! * are set in the provided {@code WBMPImageReadParam}. */ public class WBMPImageReader extends ImageReader { /** The input stream where reads from */ private ImageInputStream iis = null;
*** 67,78 **** private int wbmpType; private WBMPMetadata metadata; ! /** Constructs <code>WBMPImageReader</code> from the provided ! * <code>ImageReaderSpi</code>. */ public WBMPImageReader(ImageReaderSpi originator) { super(originator); } --- 67,78 ---- private int wbmpType; private WBMPMetadata metadata; ! /** Constructs {@code WBMPImageReader} from the provided ! * {@code ImageReaderSpi}. */ public WBMPImageReader(ImageReaderSpi originator) { super(originator); }
< prev index next >