Difference between revisions of "fcl-base"

From Lazarus wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
* [[ascii85|ascii85 unit]] - ASCII85 encoding/decoding streams
 
* [[ascii85|ascii85 unit]] - ASCII85 encoding/decoding streams
* [[avl_tree|avl_tree unit]] - AVL binary tree implementation used by DOM (in [[fcl-xml]])
+
* [[avl_tree|avl_tree unit]] - AVL binary tree implementation used by DOM (in [[fcl-xml]]). Lazarus codetools also use it in several places.
 
* [[base64|base64 unit]]    - base64 encoding/decoding streams
 
* [[base64|base64 unit]]    - base64 encoding/decoding streams
 
* [[blowfish|blowfish unit]] -  Unit implementing blowfish encryption/decryption streams
 
* [[blowfish|blowfish unit]] -  Unit implementing blowfish encryption/decryption streams

Revision as of 17:32, 26 February 2009

The FCL-Base package contains a number of units that are either really "base" functionality or more misc stand-alone units.

Note that about half of them are documented in the "fcl" part of the library/

Units