8 #import <HexFiend/HFByteSlice.h> 21 unsigned char inlineTailLength;
22 unsigned char inlineTail[15];
26 - (instancetype)initWithUnsharedData:(NSData *)data;
29 - (instancetype)initWithData:(NSMutableData *)data;
30 - (instancetype)initWithData:(NSMutableData *)data offset:(NSUInteger)offset
length:(NSUInteger)
length;
unsigned long long length()
A subclass of HFByteSlice for working with data stored in memory.
Definition: HFSharedMemoryByteSlice.h:17
A class representing a source of data for an HFByteArray.
Definition: HFByteSlice.h:19