001/* 002 * To change this template, choose Tools | Templates 003 * and open the template in the editor. 004 */ 005package armyc2.c5isr.graphics2d; 006import java.io.InputStream; 007 008/** 009 * 010* 011 */ 012public final class ImageIO { 013 public static BufferedImage read(InputStream stream) 014 { 015 return null; 016 } 017}