Conforms to NSObject
Declared in ISFSArray.h

Overview

See SFSArray

Tasks

Instance Methods

add:

@cond

- (void)add:(SFSDataWrapper *)wrappedObject

Discussion

@cond

Declared In

ISFSArray.h

addBool:

Add a Boolean value

- (void)addBool:(BOOL)value

Discussion

Add a Boolean value

Declared In

ISFSArray.h

addBoolArray:

Add an array of Booleans

- (void)addBoolArray:(NSArray *)value

Discussion

Add an array of Booleans

Declared In

ISFSArray.h

addByte:

Add a byte value (8 bit)

- (void)addByte:(NSInteger)value

Discussion

Add a byte value (8 bit)

Declared In

ISFSArray.h

addByteArray:

Add an array of bytes

- (void)addByteArray:(NSData *)value

Discussion

Add an array of bytes

Declared In

ISFSArray.h

addDouble:

Add a dobule value (64 bit)

- (void)addDouble:(NSNumber *)value

Discussion

Add a dobule value (64 bit)

Declared In

ISFSArray.h

addDoubleArray:

Add an array of doubles

- (void)addDoubleArray:(NSArray *)value

Discussion

Add an array of doubles

Declared In

ISFSArray.h

addFloat:

Add a float value (32 bit)

- (void)addFloat:(NSNumber *)value

Discussion

Add a float value (32 bit)

Declared In

ISFSArray.h

addFloatArray:

Add an array of floats

- (void)addFloatArray:(NSArray *)value

Discussion

Add an array of floats

Declared In

ISFSArray.h

addInt:

Add an int value (32 bit)

- (void)addInt:(NSInteger)value

Discussion

Add an int value (32 bit)

Declared In

ISFSArray.h

addIntArray:

Add an array of ints

- (void)addIntArray:(NSArray *)value

Discussion

Add an array of ints

Declared In

ISFSArray.h

addLong:

Add a long int value (64 bit)

- (void)addLong:(NSNumber *)value

Discussion

Add a long int value (64 bit)

Declared In

ISFSArray.h

addLongArray:

Add an array of long ints

- (void)addLongArray:(NSArray *)value

Discussion

Add an array of long ints

Declared In

ISFSArray.h

addNull

Add a null element

- (void)addNull

Discussion

Add a null element

Declared In

ISFSArray.h

addSFSArray:

Add an SFSArray

- (void)addSFSArray:(id<ISFSArray>)value

Discussion

Add an SFSArray

Declared In

ISFSArray.h

addSFSObject:

Add an SFSObject

- (void)addSFSObject:(id<ISFSObject>)value

Discussion

Add an SFSObject

See Also

Declared In

ISFSArray.h

addShort:

Add a short int value (16 bit)

- (void)addShort:(NSInteger)value

Discussion

Add a short int value (16 bit)

Declared In

ISFSArray.h

addShortArray:

Add an array of short ints

- (void)addShortArray:(NSArray *)value

Discussion

Add an array of short ints

Declared In

ISFSArray.h

addUtfString:

Add a UTF-8 String

- (void)addUtfString:(NSString *)value

Discussion

Add a UTF-8 String

Declared In

ISFSArray.h

addUtfStringArray:

Add an array of UTF-8 String

- (void)addUtfStringArray:(NSArray *)value

Discussion

Add an array of UTF-8 String

Declared In

ISFSArray.h

contains:

Returns true if the passed object is contained in the Array

- (BOOL)contains:(id)obj

Discussion

Returns true if the passed object is contained in the Array

Declared In

ISFSArray.h

getBool:

Get a Boolean element at the provided index

- (BOOL)getBool:(NSInteger)index

Discussion

Get a Boolean element at the provided index

Declared In

ISFSArray.h

getBoolArray:

Get a Boolean Array element at the provided index

- (NSArray *)getBoolArray:(NSInteger)index

Discussion

Get a Boolean Array element at the provided index

Declared In

ISFSArray.h

getByte:

Get a byte element at the provided index

- (NSInteger)getByte:(NSInteger)index

Discussion

Get a byte element at the provided index

Declared In

ISFSArray.h

getByteArray:

Get a byte Array element at the provided index

- (NSData *)getByteArray:(NSInteger)index

Discussion

Get a byte Array element at the provided index

Declared In

ISFSArray.h

getDouble:

Get a double element at the provided index

- (NSNumber *)getDouble:(NSInteger)index

Discussion

Get a double element at the provided index

Declared In

ISFSArray.h

getDoubleArray:

Get a double Array element at the provided index

- (NSArray *)getDoubleArray:(NSInteger)index

Discussion

Get a double Array element at the provided index

Declared In

ISFSArray.h

getDump:

Return a formatted dump of the object that can logged or traced in the console for debugging purposes.

- (NSString *)getDump:(BOOL)format

Parameters

format

: turns the “pretty print” on/off

Discussion

Return a formatted dump of the object that can logged or traced in the console for debugging purposes.

Declared In

ISFSArray.h

getElementAt:

Returns the element at the specified index

- (id)getElementAt:(NSInteger)index

Discussion

Returns the element at the specified index

Declared In

ISFSArray.h

getFloat:

Get a float element at the provided index

- (NSNumber *)getFloat:(NSInteger)index

Discussion

Get a float element at the provided index

Declared In

ISFSArray.h

getFloatArray:

Get a float Array element at the provided index

- (NSArray *)getFloatArray:(NSInteger)index

Discussion

Get a float Array element at the provided index

Declared In

ISFSArray.h

getHexDump

Returns a detailed hex-dump of the object that can logged or traced in the console for debugging purposes.

- (NSString *)getHexDump

Discussion

Returns a detailed hex-dump of the object that can logged or traced in the console for debugging purposes.

Declared In

ISFSArray.h

getInt:

Get an int element at the provided index

- (NSInteger)getInt:(NSInteger)index

Discussion

Get an int element at the provided index

Declared In

ISFSArray.h

getIntArray:

Get a int Array element at the provided index

- (NSArray *)getIntArray:(NSInteger)index

Discussion

Get a int Array element at the provided index

Declared In

ISFSArray.h

getLong:

Get a long int element at the provided index

- (NSNumber *)getLong:(NSInteger)index

Discussion

Get a long int element at the provided index

Declared In

ISFSArray.h

getLongArray:

Get a lomg Array element at the provided index

- (NSArray *)getLongArray:(NSInteger)index

Discussion

Get a lomg Array element at the provided index

Declared In

ISFSArray.h

getSFSArray:

Get an SFSArray element at the provided index

- (id<ISFSArray>)getSFSArray:(NSInteger)index

Discussion

Get an SFSArray element at the provided index

Declared In

ISFSArray.h

getSFSObject:

Get an SFSObject element at the provided index

- (id<ISFSObject>)getSFSObject:(NSInteger)index

Discussion

Get an SFSObject element at the provided index

Declared In

ISFSArray.h

getShort:

Get a short int element at the provided index

- (NSInteger)getShort:(NSInteger)index

Discussion

Get a short int element at the provided index

Declared In

ISFSArray.h

getShortArray:

Get a short Array element at the provided index

- (NSArray *)getShortArray:(NSInteger)index

Discussion

Get a short Array element at the provided index

Declared In

ISFSArray.h

getUnsignedByte:

Get an unsigned byte element at the provided index

- (NSInteger)getUnsignedByte:(NSInteger)index

Discussion

Get an unsigned byte element at the provided index

Declared In

ISFSArray.h

getUnsignedByteArray:

Get an Array of unsigned integers at the provided index

- (NSArray *)getUnsignedByteArray:(NSInteger)index

Discussion

Get an Array of unsigned integers at the provided index

Declared In

ISFSArray.h

getUtfString:

Get a String element at the provided index

- (NSString *)getUtfString:(NSInteger)index

Discussion

Get a String element at the provided index

Declared In

ISFSArray.h

getUtfStringArray:

Get a String Array element at the provided index

- (NSArray *)getUtfStringArray:(NSInteger)index

Discussion

Get a String Array element at the provided index

Declared In

ISFSArray.h

getWrappedElementAt:

@cond

- (SFSDataWrapper *)getWrappedElementAt:(NSInteger)index

Discussion

@cond

Declared In

ISFSArray.h

isNull:

Checks if a certain element in the Array is null

- (BOOL)isNull:(NSInteger)index

Discussion

Checks if a certain element in the Array is null

Declared In

ISFSArray.h

removeElementAt:

Remove the element at the specified index

- (id)removeElementAt:(NSInteger)index

Discussion

Remove the element at the specified index

Declared In

ISFSArray.h

size

Return the number of elements in the Array

- (NSInteger)size

Discussion

Return the number of elements in the Array

Declared In

ISFSArray.h

toBinary

Return the binary form of the object

- (NSData *)toBinary

Discussion

Return the binary form of the object

Declared In

ISFSArray.h