FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kCompressedPhase_ReadIntensityStreams ( kCompressedPhase  data,
kArrayList  delta,
kArrayList  fail1,
kArrayList  fail2,
kArrayList  null,
kObject context 
)

Reads out all intensity streams into lists.

This method provides an optimized alternative to using kCompressedPhaseReader.

The context object generated by the this method can be passed back in to future invocations of this method (or kCompressedPhase_ReadPhaseStreams). Reusing this context object can reduce memory allocation overhead. The context object must be disposed by the caller when no longer needed.

Parameters
dataCompressed phase object.
deltaReceives delta items (k32s).
fail1Receives fail1 items (kPair32s).
fail2Receives fail2 items (kPair32s).
nullReceives null items (kPair32s).
contextReceives reusable processing context object (must be disposed when no longer needed).
Returns
Operation status (kERROR_NOT_FOUND if stream type not present).