NSMutableData(ETBitTampering) Category Reference
| Declared in | ETBitTampering.h |
Overview
NSMutableData (ETBitTampering) is a helper class that allows easy NSMutableData objects manipulation.
Instance Methods
appendDouble:
Appends a double value to the NSMutableData object.
- (void)appendDouble:(double)dataParameters
- data
The
doublevalue to be appended to theNSMutableData.
Declared In
ETBitTampering.happendFloat:
Appends a float value to the NSMutableData object.
- (void)appendFloat:(float)dataParameters
- data
The
floatvalue to be appended to theNSMutableData.
Declared In
ETBitTampering.happendSInt16:
Appends a SInt16 value to the NSMutableData object.
- (void)appendSInt16:(SInt16)dataParameters
- data
The
SInt16value to be appended to theNSMutableData.
Declared In
ETBitTampering.happendSInt32:
Appends a SInt32 value to the NSMutableData object.
- (void)appendSInt32:(SInt32)dataParameters
- data
The
SInt32value to be appended to theNSMutableData.
Declared In
ETBitTampering.happendSInt64:
Appends a SInt64 value to the NSMutableData object.
- (void)appendSInt64:(SInt64)dataParameters
- data
The
SInt64value to be appended to theNSMutableData.
Declared In
ETBitTampering.happendSInt8:
Appends a SInt8 value to the NSMutableData object.
- (void)appendSInt8:(SInt8)dataParameters
- data
The
SInt8value to be appended to theNSMutableData.
Declared In
ETBitTampering.happendString:withEncoding:
Appends a NSString object to the NSMutableData object using the provided NSStringEncoding.
- (void)appendString:(NSString *)data withEncoding:(NSStringEncoding)encodingParameters
- data
The
NSStringobject that will be appended to theNSMutableDataobject.
- encoding
The
NSStringEncodingthat will be used to encode the providedNSStringand appended to theNSMutableData.
Declared In
ETBitTampering.happendUInt16:
Appends a UInt16 value to the NSMutableData object.
- (void)appendUInt16:(UInt16)dataParameters
- data
The
UInt16value to be appended to theNSMutableData.
Declared In
ETBitTampering.happendUInt32:
Appends a UInt32 value to the NSMutableData object.
- (void)appendUInt32:(UInt32)dataParameters
- data
The
UInt32value to be appended to theNSMutableData.
Declared In
ETBitTampering.h