FMIceLinkDataBufferPooled Class Reference
| Inherits from | FMIceLinkDataBuffer : NSObject | 
|---|---|
| Declared in | FMIceLinkDataBufferPooled.h FMIceLinkDataBufferPooled.m  | 
– 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
FMIceLinkDataBuffer.h
– isPooled
	
Gets whether this DataBuffer is from a pool.
			- (bool)isPooledDiscussion
Gets whether this DataBuffer is from a pool.
			Declared In
FMIceLinkDataBuffer.h
– keep
	
Increment the retain count by one.
			- (FMIceLinkDataBuffer *)keepDiscussion
Increment the retain count by one.
			Declared In
FMIceLinkDataBuffer.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
FMIceLinkDataBuffer.h