Extensions.Flash.GetCompressedSize

From emotive
Revision as of 09:57, 1 August 2014 by Nb (talk | contribs) (Created page with "Category:Flash == Classification == {{ClassificationActivity | GetCompressedSize | Indicates the number of bytes of the compressed data in a segment | Term | Flash|O...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetCompressedSize
Short Description Indicates the number of bytes of the compressed data in a segment
Class Term
Extension OTX Flash extension
Group Flash block segment related terms
Exceptions OutOfBoundsException
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

Integer GetCompressedSize(FlashSession session, Integer block, Integer segment);

Description

The GetCompressedSize returns the number of bytes that contain the compressed data in a segment.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Integer The number of bytes of the compressed data in a segment.

Properties

Name Data Type Class Default Cardinality Description
FlashSession FlashSession Term - [1] This element represents the FlashSession in which the block containing the segment resides.
Block Integer Term - [1] This element represents the block in which the segment resides.
Segment Integer Term - [1] This element provides the segment number.

Examples

Integer result = GetCompressedSize(flashSession, 0, 0);

See also

GetStartAddress
GetUncompressedSize