#import <GITBlob.h>
Inherits GITObject.

Public Member Functions | |
| (BOOL) | - canBeRepresentedAsString |
| (NSString *) | - stringValue |
Properties | |
| NSData * | data |
| The binary data of this blob. | |
| - (BOOL) canBeRepresentedAsString |
Returns flag indicating probability that data is textual. It is important to note that this indicates only the probability that the receiver's data is textual. The indication is based on the presence, or lack, of a NULL byte in the receivers data.
| - (NSString *) stringValue |
Returns string contents of data.
- (NSData *) data [read, copy] |
The binary data of this blob.
1.5.7