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)free

Discussion

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)isPooled

Discussion

Gets whether this DataBuffer is from a pool.

Declared In

FMIceLinkDataBuffer.h

– keep

Increment the retain count by one.
- (FMIceLinkDataBuffer *)keep

Discussion

Increment the retain count by one.

Declared In

FMIceLinkDataBuffer.h

– subsetWithOffset:length:

Gets a subset of this instance.
- (FMIceLinkDataBuffer *)subsetWithOffset:(int)offset length:(int)length

Parameters

offset

The offset.

length

The length.

Discussion

Gets a subset of this instance.

Declared In

FMIceLinkDataBuffer.h