| Base64Decoder | Class decodes a Base64 encoded string back into the original byte representation
that can be read as byte array. |
| Base64Encoder | Class encodes the bytes written to the OutPutStream to a Base64 encoded string. |
| CycleBreaker |
lightweight mechanism for thread-safe detection of cyclic calls to hashCode or equals in
objects created by the XML CodeGenerator. |
| EnumerationIterator | Convert an enumeration to an iterator. |
| HexDecoder | Hex encoder/decoder implementation (borrowed from BouncyCastle=. |
| IdentityMap | An IdentityMap that uses reference-equality instead of object-equality. |
| IdentityMap.Entry | An entry of the IdentityMap. |
| IdentitySet | An IdentitySet that uses reference-equality instead of object-equality. |
| IdentitySet.Entry | An entry of the IdentitySet. |
| MessageKeys | Keys of all Castor message properties. |
| Messages | I18N message formatting class. |
| StringUtil | Common functionality relate to String processing. |