home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / javasdk / sdk-java.exe / SDKJava.cab / CabDevKit / Resources for Tools Vendors / cabrsckt.exe / readme.txt < prev    next >
Encoding:
Text File  |  1996-08-15  |  1.6 KB  |  34 lines

  1. Cabinet Information
  2. 15 August 1996
  3. -------------------
  4.  
  5. The purpose of this package is to provide developers with all the items that they need to integrate cabinets into their tools. Microsoft is committed to making cab an open technology, and will provide the most useful technology necessary for that to be reached. 
  6.  
  7. This file describes what is contained in this executable. This file
  8. will be updated often; check http://www.microsoft.com/workshop/java/cab-f.htm for details.
  9. Plans include adding a detailed description of the file format. Please let us know what else you would like at javacab@microsoft.com.
  10.  
  11.  
  12. Current files:
  13. --------------
  14.  
  15. README.TXT        This file
  16.  
  17.  
  18. FCIZ.LIB        The interface libraries providing cabinet 
  19. FDIZ.LIB        compression and decompression
  20.  
  21. (Note that these libraries are simply specialized versions of the FCI and FDI API's, which are independent of the exact compression mechanism; everything that is discussed in the documentation is applicable to these libraries.) 
  22.  
  23. FCI-FDI.DOC        A Microsoft Word document describing the
  24.             FCI and FDI API's
  25.  
  26. TESTFCI.ZIP        Two .ZIP files containing sample applications,
  27. TESTFDI.ZIP        described below
  28.  
  29.  
  30. The TESTFCI app lets you specify a list of files on the command line, and it creates CAB files out of them. It puts a limit of 300K on the CAB file size, to demonstrate what happens when you have multiple CABs.
  31.  
  32. The TESTFDI app lets you extract any files you want from any CAB, including files that span CABs.  It provides full details on all the status messages sent back to the application from FDI, etc.
  33.  
  34.