home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1998 #7 & #8 / Datatid-1998-07&08.iso / internet / visual / main.bin / IconFileToGifConverter.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-08-05  |  815 b   |  10 lines

  1. package symantec.descfileconverter;
  2.  
  3. class IconFileToGifConverter {
  4.    native boolean icoToGif(String var1, String var2, String var3);
  5.  
  6.    static {
  7.       System.loadLibrary("IcoToGif");
  8.    }
  9. }
  10.