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)data
Parameters
- data
The
double
value to be appended to theNSMutableData
.
Declared In
ETBitTampering.h
appendFloat:
Appends a float
value to the NSMutableData
object.
- (void)appendFloat:(float)data
Parameters
- data
The
float
value to be appended to theNSMutableData
.
Declared In
ETBitTampering.h
appendSInt16:
Appends a SInt16
value to the NSMutableData
object.
- (void)appendSInt16:(SInt16)data
Parameters
- data
The
SInt16
value to be appended to theNSMutableData
.
Declared In
ETBitTampering.h
appendSInt32:
Appends a SInt32
value to the NSMutableData
object.
- (void)appendSInt32:(SInt32)data
Parameters
- data
The
SInt32
value to be appended to theNSMutableData
.
Declared In
ETBitTampering.h
appendSInt64:
Appends a SInt64
value to the NSMutableData
object.
- (void)appendSInt64:(SInt64)data
Parameters
- data
The
SInt64
value to be appended to theNSMutableData
.
Declared In
ETBitTampering.h
appendSInt8:
Appends a SInt8
value to the NSMutableData
object.
- (void)appendSInt8:(SInt8)data
Parameters
- data
The
SInt8
value to be appended to theNSMutableData
.
Declared In
ETBitTampering.h
appendString:withEncoding:
Appends a NSString
object to the NSMutableData
object using the provided NSStringEncoding
.
- (void)appendString:(NSString *)data withEncoding:(NSStringEncoding)encoding
Parameters
- data
The
NSString
object that will be appended to theNSMutableData
object.
- encoding
The
NSStringEncoding
that will be used to encode the providedNSString
and appended to theNSMutableData
.
Declared In
ETBitTampering.h
appendUInt16:
Appends a UInt16
value to the NSMutableData
object.
- (void)appendUInt16:(UInt16)data
Parameters
- data
The
UInt16
value to be appended to theNSMutableData
.
Declared In
ETBitTampering.h
appendUInt32:
Appends a UInt32
value to the NSMutableData
object.
- (void)appendUInt32:(UInt32)data
Parameters
- data
The
UInt32
value to be appended to theNSMutableData
.
Declared In
ETBitTampering.h