com.sun.enterprise.universal
Class GFBase64Decoder

java.lang.Object
  extended by sun.misc.CharacterDecoder
      extended by sun.misc.BASE64Decoder
          extended by com.sun.enterprise.universal.GFBase64Decoder

public class GFBase64Decoder
extends sun.misc.BASE64Decoder

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

Constructor Summary
GFBase64Decoder()
           
 
Method Summary
 
Methods inherited from class sun.misc.BASE64Decoder
bytesPerAtom, bytesPerLine, decodeAtom
 
Methods inherited from class sun.misc.CharacterDecoder
decodeBuffer, decodeBuffer, decodeBuffer, decodeBufferPrefix, decodeBufferSuffix, decodeBufferToByteBuffer, decodeBufferToByteBuffer, decodeLinePrefix, decodeLineSuffix, readFully
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GFBase64Decoder

public GFBase64Decoder()


Copyright © 2012 GlassFish Community. All Rights Reserved.