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 forChannelBufferthat encodes and decodes to and from Base64 notation.Base64Decoder Base64Encoder Encodes aChannelBufferinto a Base64-encodedChannelBuffer. -
Enum Summary Enum Description Base64Dialect Enumeration of supported Base64 dialects.