Re: Write File with NSData
Re: Write File with NSData
- Subject: Re: Write File with NSData
- From: Shawn Erickson <email@hidden>
- Date: Mon, 12 Jun 2006 09:03:07 -0700
On Jun 12, 2006, at 7:59 AM, Aalok wrote:
Hi everyone!!
I want to write a file whose output should be
^C^@^@^@&^@^@^@{2081F9DF-481D-40A3-8203-7B37C5299A27}
^O^@^@^@ClientConnected^A^@^@^@1
The format is
4bytes = int in binary
4bytes = int in binary
GUID in string
4bytes = int in binary
string
4bytes = int in binary
string
I am using following function, but it doesnt work and I am totally
confused whats going behind.
Try looking up NSMutableData.... it will simplify your code a lot.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden