Creates a new instance of the TIDEAStream class.
Source position: idea.pp line 93
| public constructor TIDEAStream.Create( | 
| AKey: TIDEAKey; | 
| Dest: TStream | 
| ); overload; | 
| AKey | 
 | Key to use for encryption/decryption. | 
| Dest | 
 | Stream to write encrypted data to/read encrypted data from. | 
Create stores the encryption/decryption key and then calls the inherited Create to store the Dest stream.
None.
| 
 | IDEA encryption stream. | |
| 
 | IDEA Decryption stream. |