home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / DImage.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-09  |  368 b   |  13 lines

  1. class DImage {
  2.    public String getImageFile() {
  3.       return null;
  4.    }
  5.  
  6.    public void setImageFile(String var1) {
  7.    }
  8.  
  9.    public IDSize getSize() {
  10.       return null;
  11.    }
  12. }
  13.