Catalyst
        
        Description:
        Content:
        Namespaces:
        
          - ByteUtils - The ByteUtils namespace contains 
              useful functions for operating on byte values.
 
          - DigestUtils - The DigestUtils namespace 
              contains useful functions for computing checksums.
 
          - EnumUtils - The EnumUtils namespace contains 
              useful functions for operating on enums.
 
          - FileUtils - The FileUtils namespace contains 
              useful functions for handling files.
 
          - Http - The Http namespace provides classes and 
              consants for HTTP use-cases.
 
          - HttpUtils - The HttpUtils namespace contains 
              useful functions for executing HTTP requests.
 
        
        Classes:
        
          - BigInteger - Models an arbitrarily-large (positive 
              or negative) integer value.
 
          - Optional - A container object which may or may not 
              contain a non-null value.
 
        
        Error domains:
        
        Constants:
        
        Delegates:
        
          - public delegate T SupplyFunc<T> ()
            
            
Supplies a value.