home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / compress / 3066 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  870 b 

  1. Path: sparky!uunet!olivea!decwrl!csus.edu!netcom.com!kemnitz
  2. From: kemnitz@netcom.com (Greg Kemnitz)
  3. Newsgroups: comp.compression
  4. Subject: Re: random access with .Z files
  5. Message-ID: <93_n36j.kemnitz@netcom.com>
  6. Date: 21 Aug 92 20:48:26 GMT
  7. References: <ROBERT.92Aug18172331@n051.saskg.semicon.sony.co.jp>
  8. Distribution: comp
  9. Organization: Netcom - Online Communication Services  (408 241-9760 guest)
  10. Lines: 12
  11.  
  12. In article <ROBERT.92Aug18172331@n051.saskg.semicon.sony.co.jp> robert@n051.saskg.semicon.sony.co.jp (Robert Veltman) writes:
  13. =
  14. =Is it possible to read a compressed file (LZW I think in the case of
  15. =UNIX compress) and extract the dictionary information in order to be
  16. =able to do random fseeks in the compressed file and decode from that
  17. =point on?  
  18. =
  19. =
  20. =Robert Veltman -- SONY Semiconductor Group Atsugi Japan
  21.  
  22.  
  23. zcat something.Z | do anything you want here
  24.