home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 May / VPR0305.ISO / OLS / BZ2L003 / bz2l003.lzh / BZ2LIBE.TXT < prev    next >
Text File  |  1998-06-02  |  982b  |  32 lines

  1. ##############################################################
  2.     BZ2LIB
  3.         bzip2 compress/decompress library
  4.         for UNIX/WIN32-DLL
  5.         by Yoshioka Tsuneo(QWF00133@niftyserve.or.jp)
  6.     original bzip2 is created
  7.         by Julian Seward.
  8. ##############################################################
  9.  
  10. *INTRODUCTION*
  11.   BZ2LIB is a library to compress and decompress bzip2 format file. You can use Open,Read,Write,Close API like normal file.
  12.   BZ2LIB can use as UNIX-library file,and Windows95/NT DLL.
  13.   If you are windows95/NT user,please copy bz2lib.dll to WINDOWS SYSTEM folder.
  14.  
  15. *WARNING*
  16.   I'm sorry,now there is a little error check routine.
  17.  
  18. *REFERENSE*
  19.  bz2lib is made from bzip2-0.1pl2.
  20.  
  21. *COPYRIGHT*
  22.  please use under GPL.(GNU Public License)
  23.  
  24. *AUTHOR*
  25.  Yoshioka Tsuneo
  26.  email:QWF00133@niftyserve.or.jp
  27.  welcome any email!!(question,request,impression,working report,etc...)
  28.  
  29.  BZ2LIB use bzip2 source file.
  30.  bzip2 is made by Julian Seward.(Special Thanks!)
  31.  
  32.