Re: Need help finding examples of read/writing files in Cocoa
Re: Need help finding examples of read/writing files in Cocoa
- Subject: Re: Need help finding examples of read/writing files in Cocoa
- From: Ingvar Nedrebo <email@hidden>
- Date: Fri, 1 Feb 2002 14:51:24 +0000
On Wednesday, January 30, 2002, at 11:36 , Greg Chapel wrote:
I am trying to write a program using Project Builder in Mac OS X.
More specifically I want to directly read/write to a file format that
isn't
a typical file type (ie. jpeg, txt, etc). The file I am trying to
read/write
to is composed as follows; 3200 byte epcidic header, 400 byte binary
header,
then multiple 240 byte trace headers in combination with trace data.
Goodness me, SEGY tapes. That brings back memories. Are you planning to
do seismic processing in Cocoa? Cool.
Ingvar