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
ChannelBuffer
that encodes and decodes to and from Base64 notation.Enumeration of supported Base64 dialects.Encodes aChannelBuffer
into a Base64-encodedChannelBuffer
.