GITBlob Class Reference

#import <GITBlob.h>

Inherits GITObject.

Collaboration diagram for GITBlob:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(BOOL) - canBeRepresentedAsString
(NSString *) - stringValue

Properties

NSDatadata
 The binary data of this blob.


Detailed Description

Git object type representing a file.

Member Function Documentation

- (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.

Returns:
Flag indicating probability that data is textual.

- (NSString *) stringValue  

Returns string contents of data.

Returns:
String contents of data.


Property Documentation

- (NSData *) data [read, copy]

The binary data of this blob.


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

Generated on Mon Dec 8 22:57:08 2008 for CocoaGit by  doxygen 1.5.7