摘要:
在com.sun.imageio.plugins.bmp包中的BMPImageReader类中 public void readHeader() throws IOException { if (gotHeader) return; if (iis == null) { throw new IllegalStateException("Input source not set!"); } int profileData = 0, profileSize = 0; ... 阅读全文
posted @ 2012-08-22 21:55
zhwj184
阅读(239)
评论(0)
推荐(0)