package de.axone.tools; /** * "Pointer"-Class to Base64 Encoder of choise. * * WARNING: when using this the implementation may change!!! * * It is safer to use an instance if you want the implementation to be changeable. * * @author flo */ public class EXTBASE64 extends Base64ApacheCommons {}