Library
Instance Methods | Class Methods | List of all members
NSData(zlib) Category Reference

Instance Methods

(NSRange) - rangeOfNullTerminatedBytesFrom:
 
(NSString *) - base32String
 
(NSData *) - encodeCOBS
 
(NSData *) - decodeCOBS
 
(NSData *) - zlibInflate
 
(NSData *) - zlibDeflate
 
(NSData *) - gzipInflate
 
(NSData *) - gzipDeflate
 
(NSData *) - bunzip2:
 
(NSData *) - bzip2:
 
(unsigned int) - crc32
 

Class Methods

(NSData *) + dataWithBase32String:
 

Method Documentation

- (NSData *) decodeCOBS

COBS is an encoding that eliminates 0x00. Decode the COBS.

Returns
the decoded data
- (NSData *) encodeCOBS

COBS is an encoding that eliminates 0x00. encode the COBS.

Returns
the encoded data
- (NSRange) rangeOfNullTerminatedBytesFrom: (int)  start

Returns range [start, null byte), or (NSNotFound, 0).

Parameters
start
Returns
return Returns range [start, null byte), or (NSNotFound, 0).

The documentation for this category was generated from the following files: