|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsun.misc.CharacterDecoder
sun.misc.BASE64Decoder
com.sun.enterprise.universal.GFBase64Decoder
public class GFBase64Decoder
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.
| 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 |
|---|
public GFBase64Decoder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||