|
(NSRange) | - rangeOfNullTerminatedBytesFrom: |
|
(NSString *) | - base32String |
|
(NSData *) | - encodeCOBS |
|
(NSData *) | - decodeCOBS |
|
(NSData *) | - zlibInflate |
|
(NSData *) | - zlibDeflate |
|
(NSData *) | - gzipInflate |
|
(NSData *) | - gzipDeflate |
|
(NSData *) | - bunzip2: |
|
(NSData *) | - bzip2: |
|
(unsigned int) | - crc32 |
|
|
(NSData *) | + dataWithBase32String: |
|
COBS is an encoding that eliminates 0x00. Decode the COBS.
- Returns
- the decoded data
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
-
- Returns
- return Returns range [start, null byte), or (NSNotFound, 0).
The documentation for this category was generated from the following files: