Stream IO/SOAP on MacOS X
Stream IO/SOAP on MacOS X
- Subject: Stream IO/SOAP on MacOS X
- From: Candide Kemmler <email@hidden>
- Date: Fri, 29 Jun 2001 21:05:31 +0200
Hi !
I need the functionality of java's io package. I don't know anything
about C, and I'm on my way to learn Objective-C. I think I might have to
delve into C to do such things. I'd greatly appreciate some pointers
about doing stream I/O in Cocoa. I need more thant just reading lines of
text or an entire array of bytes at once. I need things like readInt ()
or readFloat (), etc... As an alternative I'd like to be able to use the
byte array to "reconstruct" useful data types from it. Some simple
examples would do.
I'll have to use SOAP at some point, it'd be great to know that MacOSX
deals with that too !
Thanks in advance,
Candide Kemmler