home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8416 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!asuvax!ennews!telesys!wierius!witsend!dcs
  2. Message-ID: <765364d7920981t283@witsend.uucp>
  3. Date: Wednesday, 20 January 1993 21:58:52 MST
  4. X-Mailer: TMail version 1.16R
  5. From: "D. C. Sessions" <dcs@witsend.tnet.com>
  6. Organization: Nobody but me -- really
  7. References: <1jh4ksINN86m@usenet.INS.CWRU.Edu>
  8. Subject: Re: TEXT File Question
  9. Newsgroups: comp.lang.pascal
  10. Distribution: world
  11. Lines: 15
  12.  
  13. In <1jh4ksINN86m@usenet.INS.CWRU.Edu>, jeb2@po.CWRU.Edu (Jared E. Bendis)  wrote:
  14. # Anyway, I have been developing an image format for work and it is coming
  15. # along but to be more efficeint I wanted to store byte of hex data and not
  16. # char nd convert them, BUT the file buffer command only seemed to work
  17. # on TEXT files (makes sense considering it was the settextbuffer commnd)
  18. # Is the fastest way of accesssing Hard drive data uses text files or converting
  19. # or am I missing something.
  20.  
  21.   Check out the various Streams objects.  They do untyped I/O
  22.   in a much cleaner way than the untyped files.
  23.  
  24. --- D. C. Sessions                            Speaking for myself ---
  25. --- Note new network address:                dcs@witsend.tnet.com ---
  26. --- Author (and everything else!) of TMail  (DOS mail/news shell) ---
  27.