FMIceLinkDataBufferSubset Class Reference

Inherits from FMIceLinkDataBuffer : NSObject
Declared in FMIceLinkDataBufferSubset.h
FMIceLinkDataBufferSubset.m

Overview

A subset of a DataBuffer.

– appendWithBuffer:

Appends a buffer.
- (FMIceLinkDataBuffer *)appendWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Appends a buffer.

Declared In

FMIceLinkDataBufferSubset.h

– appendWithBuffers:

Appends some buffers.
- (FMIceLinkDataBuffer *)appendWithBuffers:(NSMutableArray *)buffers

Parameters

buffers

The buffers.

Discussion

Appends some buffers.

Declared In

FMIceLinkDataBufferSubset.h

– data

Gets the data.
- (NSMutableData *)data

Discussion

Gets the data.

Declared In

FMIceLinkDataBufferSubset.h

– 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

FMIceLinkDataBufferSubset.h

– isPooled

Gets whether this DataBuffer is from a pool.
- (bool)isPooled

Discussion

Gets whether this DataBuffer is from a pool.

Declared In

FMIceLinkDataBufferSubset.h

– isSubset

Gets whether this DataBuffer is a subset.
- (bool)isSubset

Discussion

Gets whether this DataBuffer is a subset.

Declared In

FMIceLinkDataBufferSubset.h

– keep

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

Discussion

Increment the retain count by one.

Declared In

FMIceLinkDataBufferSubset.h

– parent

Gets the Subset parent.
- (FMIceLinkDataBuffer *)parent

Discussion

Gets the Subset parent.

Declared In

FMIceLinkDataBufferSubset.h

– prependWithBuffer:

Prepends a buffer.
- (FMIceLinkDataBuffer *)prependWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Prepends a buffer.

Declared In

FMIceLinkDataBufferSubset.h

– prependWithBuffers:

Prepends some buffers.
- (void)prependWithBuffers:(NSMutableArray *)buffers

Parameters

buffers

The buffers.

Discussion

Prepends some buffers.

Declared In

FMIceLinkDataBufferSubset.h

– subsetWithOffset:

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

Parameters

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

Parameters

offset

The offset.

length

The length.

Discussion

Gets a subset of this instance.

Declared In

FMIceLinkDataBufferSubset.h