FROM : David Riggle
DATE : Fri Nov 30 18:46:56 2007
There's a handy NSData-Compression class in Dustin Mierau's NetSocket
0.9 sample code available here:
http://blackholemedia.com/code/
Here's a snippet from the header file.
@interface NSData (Compression)
- (NSData*)compressedData;
- (NSData*)compressedDataWithLevel:(int)inLevel;
- (NSData*)uncompressedData;
@end
@interface NSMutableData (Compression)
- (BOOL)compress;
- (BOOL)uncompress;
@end
DATE : Fri Nov 30 18:46:56 2007
There's a handy NSData-Compression class in Dustin Mierau's NetSocket
0.9 sample code available here:
http://blackholemedia.com/code/
Here's a snippet from the header file.
@interface NSData (Compression)
- (NSData*)compressedData;
- (NSData*)compressedDataWithLevel:(int)inLevel;
- (NSData*)uncompressedData;
@end
@interface NSMutableData (Compression)
- (BOOL)compress;
- (BOOL)uncompress;
@end
| Related mails | Author | Date |
|---|---|---|
| Allen Dang | Nov 29, 17:55 | |
| Christopher Hickma… | Nov 29, 18:13 | |
| Andreas Monitzer | Nov 29, 19:38 | |
| Allen Dang | Nov 30, 16:41 | |
| David Riggle | Nov 30, 18:46 | |
| Trygve Inda | Apr 30, 11:24 | |
| Luc Heinrich | Apr 30, 11:28 | |
| matt.gough | Apr 30, 12:21 | |
| Trygve Inda | Apr 30, 12:35 | |
| matt.gough | Apr 30, 12:39 | |
| Trygve Inda | Apr 30, 13:40 | |
| Christopher Nebel | Apr 30, 18:04 |






Cocoa mail archive

