Package org.jboss.netty.handler.codec.base64
Encoder and decoder which transform a
Base64-encoded
String
or ChannelBuffer
into a decoded ChannelBuffer
and vice versa.-
Class Summary Class Description Base64 Utility class forChannelBuffer
that encodes and decodes to and from Base64 notation.Base64Decoder Base64Encoder Encodes aChannelBuffer
into a Base64-encodedChannelBuffer
. -
Enum Summary Enum Description Base64Dialect Enumeration of supported Base64 dialects.