FMIceLinkDataBufferSubset Class Reference
| Inherits from | FMIceLinkDataBuffer : NSObject | 
|---|---|
| Declared in | FMIceLinkDataBufferSubset.h FMIceLinkDataBufferSubset.m  | 
– appendWithBuffer:
	
Appends a buffer.
			- (FMIceLinkDataBuffer *)appendWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Appends a buffer.
			Declared In
FMIceLinkDataBufferSubset.h
– appendWithBuffers:
	
Appends some buffers.
			- (FMIceLinkDataBuffer *)appendWithBuffers:(NSMutableArray *)buffersParameters
buffers | 
						The buffers.  | 
					
|---|
Discussion
Appends some buffers.
			Declared In
FMIceLinkDataBufferSubset.h
– data
	
Gets the data.
			- (NSMutableData *)dataDiscussion
Gets the data.
			Declared In
FMIceLinkDataBufferSubset.h
– free
	
Decrements the retain count by one and returns the Buffer to the pool if zero.
			- (void)freeDiscussion
Decrements the retain count by one and returns the Buffer to the pool if zero.
			Declared In
FMIceLinkDataBufferSubset.h
– isPooled
	
Gets whether this DataBuffer is from a pool.
			- (bool)isPooledDiscussion
Gets whether this DataBuffer is from a pool.
			Declared In
FMIceLinkDataBufferSubset.h
– isSubset
	
Gets whether this DataBuffer is a subset.
			- (bool)isSubsetDiscussion
Gets whether this DataBuffer is a subset.
			Declared In
FMIceLinkDataBufferSubset.h
– keep
	
Increment the retain count by one.
			- (FMIceLinkDataBuffer *)keepDiscussion
Increment the retain count by one.
			Declared In
FMIceLinkDataBufferSubset.h
– parent
	
Gets the Subset parent.
			- (FMIceLinkDataBuffer *)parentDiscussion
Gets the Subset parent.
			Declared In
FMIceLinkDataBufferSubset.h
– prependWithBuffer:
	
Prepends a buffer.
			- (FMIceLinkDataBuffer *)prependWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Prepends a buffer.
			Declared In
FMIceLinkDataBufferSubset.h
– prependWithBuffers:
	
Prepends some buffers.
			- (void)prependWithBuffers:(NSMutableArray *)buffersParameters
buffers | 
						The buffers.  | 
					
|---|
Discussion
Prepends some buffers.
			Declared In
FMIceLinkDataBufferSubset.h
– subsetWithOffset:
	
Gets a subset of this instance.
			- (FMIceLinkDataBuffer *)subsetWithOffset:(int)offsetParameters
offset | 
						The offset.  | 
					
|---|
Discussion
Gets a subset of this instance.
			Declared In
FMIceLinkDataBufferSubset.h
– subsetWithOffset:length:
	
Gets a subset of this instance.
			- (FMIceLinkDataBuffer *)subsetWithOffset:(int)offset length:(int)lengthParameters
offset | 
						The offset.  | 
					
|---|---|
length | 
						The length.  | 
					
Discussion
Gets a subset of this instance.
			Declared In
FMIceLinkDataBufferSubset.h