HexFiend
HFHexTextRepresenter.h
Go to the documentation of this file.
1 //
2 // HFHexTextRepresenter.h
3 // HexFiend_2
4 //
5 // Copyright 2007 ridiculous_fish. All rights reserved.
6 //
7 
8 #import <HexFiend/HFTextRepresenter.h>
9 
17  unsigned long long omittedNybbleLocation;
18  unsigned char unpartneredLastNybble;
19 }
20 
21 @end
HFHexTextRepresenter is an HFRepresenter responsible for showing data in hexadecimal form...
Definition: HFHexTextRepresenter.h:16
An HFRepresenter that draws text (e.g. the hex or ASCII view).
Definition: HFTextRepresenter.h:18