Extensions.Flash.GetCompressionEncryption
Jump to navigation
Jump to search
Contents
Classification
Name | GetCompressionEncryption |
Short Description | Returns information compression and encryption from a block |
Class | Term |
Extension | OTX Flash extension |
Group | Flash block related terms |
Exceptions | OutOfBoundsException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetCompressionEncryption(FlashSession session, Integer block);
Description
The GetCompressionEncryption term is information compression and encryption from a block.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | The information compression and encryption from a block. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Session | FlashSession | Term | - | [1] | The Flash session in which the block is located. |
Block | Integer | Term | - | [1] | The block number. |
Examples
String result = GetCompressionEncryption(flashSession, 0);
See also
GetNumberOfSegments
GetNumberOfOwnIdents
GetNumberOfSecurities
GetLogicalBlockID
GetType
BlockIsValidForAudience