|
HexFiend
|
A simple subclass of HFByteSlice that wraps an NSData. For most uses, prefer HFSharedMemoryByteSlice.
Instance Methods | |
| (instancetype) | - initWithData: |
Instance Methods inherited from HFByteSlice | |
| (unsigned long long) | - length |
| (void) | - copyBytes:range: |
| (HFByteSlice *) | - subsliceWithRange: |
| (HFByteSlice *) | - byteSliceByAppendingSlice: |
| (BOOL) | - isSourcedFromFile |
| (HFRange) | - sourceRangeForFile: |
| (HFByteRangeAttributeArray *) | - attributesForBytesInRange: |
| - (instancetype) initWithData: | (NSData *) | val |
Init with a given NSData, which is copied via the -copy message.
1.8.12