Very cool Glen. Thanks for sharing!
On Saturday, October 27, 2012, Glen Low wrote:
> Hi All
>
> Announcing my new zip file I/O library -- zipzap. zipzap is easy to use
> (just 3 public classes!) and efficient, being highly optimized for low
> memory overhead and reduced disk I/
Hi All
Announcing my new zip file I/O library -- zipzap. zipzap is easy to use (just 3
public classes!) and efficient, being highly optimized for low memory overhead
and reduced disk I/O. I believe it makes the zip file format a no-brainer
choice of container for Cocoa-based compound documents
On Sep 19, 2008, at 14:15 , Jordon Hirshon wrote:
How can I read a file a line at a time (i.e. getline)? I'm trying
to do this in a Cocoa Framework.
You could just use the POSIX fgets() call...
Marcel
___
Cocoa-dev mailing list (Cocoa-dev@lis
On Sep 19, 2008, at 17:20 , Nick Zitzmann wrote:
On Sep 19, 2008, at 3:15 PM, Jordon Hirshon wrote:
How can I read a file a line at a time (i.e. getline)? I'm trying
to do this in a Cocoa Framework.
Try using NSFileHandle to read a file until a line feed is
encountered. There's no bu
On Fri, Sep 19, 2008 at 2:15 PM, Jordon Hirshon <[EMAIL PROTECTED]> wrote:
> How can I read a file a line at a time (i.e. getline)? I'm trying to do this
> in a Cocoa Framework.
"line" in what sense? is this a text(ish) file?
Anyway look at -[NSString getLineStart:end:contentsEnd:forRange:] an
On Sep 19, 2008, at 3:15 PM, Jordon Hirshon wrote:
How can I read a file a line at a time (i.e. getline)? I'm trying
to do this in a Cocoa Framework.
Try using NSFileHandle to read a file until a line feed is
encountered. There's no built-in method of stopping at a character,
but you
How can I read a file a line at a time (i.e. getline)? I'm trying to do this
in a Cocoa Framework.
Thanks,
Jordon
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Co