All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.enterprise.universal.GFBase64Decoder Maven / Gradle / Ivy

There is a newer version: 10.0-b28
Show newest version
/*
 * Copyright (c) 2008, Your Corporation. All Rights Reserved.
 */

package com.sun.enterprise.universal;

/**
 * Base64 encoding using sun.misc generates warning messages.
 * It is centralized here to get rid of the warnings sprinkled around
 * the rest of Glassfish.
 * Also, we can replace the implementation whenever we like.
 * @author bnevins
 */
public class GFBase64Decoder extends sun.misc.BASE64Decoder{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy