Package org.jboss.netty.handler.codec.base64
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.-
ClassDescriptionUtility class for
ChannelBufferthat encodes and decodes to and from Base64 notation.Enumeration of supported Base64 dialects.Encodes aChannelBufferinto a Base64-encodedChannelBuffer.