HexFiend
Instance Methods | List of all members
HFFullMemoryByteSlice Class Reference

A simple subclass of HFByteSlice that wraps an NSData. For most uses, prefer HFSharedMemoryByteSlice.

Inheritance diagram for HFFullMemoryByteSlice:
HFByteSlice

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:
 

Method Documentation

§ initWithData:()

- (instancetype) initWithData: (NSData *)  val

Init with a given NSData, which is copied via the -copy message.


The documentation for this class was generated from the following file: