HexFiend
|
A simple subclass of HFByteSlice that wraps an NSData. For most uses, prefer HFSharedMemoryByteSlice.
Instance Methods | |
(instancetype) | - initWithData: |
![]() | |
(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.