HexFiend
HFFullMemoryByteSlice.h
Go to the documentation of this file.
1 //
2 // HFFullMemoryByteSlice.h
3 // HexFiend_2
4 //
5 // Copyright 2007 ridiculous_fish. All rights reserved.
6 //
7 
8 #import <HexFiend/HFByteSlice.h>
9 
15  NSData *data;
16 }
17 
19 - (instancetype)initWithData:(NSData *)val;
20 
21 @end
A simple subclass of HFByteSlice that wraps an NSData. For most uses, prefer HFSharedMemoryByteSlice...
Definition: HFFullMemoryByteSlice.h:14
A class representing a source of data for an HFByteArray.
Definition: HFByteSlice.h:19