Uses of Class
guarana.toolkit.task.streamdealers.codecs.CodecException

Packages that use CodecException
guarana.toolkit.task.streamdealers.codecs Provides a set of supported and already implemented codecs. 
 

Uses of CodecException in guarana.toolkit.task.streamdealers.codecs
 

Methods in guarana.toolkit.task.streamdealers.codecs that throw CodecException
 byte[] URLCodec.decode(byte[] data)
          Decodes a byte[] that represents an encoded URL.
 byte[] QuotedPrintableCodec.decode(byte[] data)
          Decodes a byte[] that represents a quoted printable.
 byte[] ICodec.decode(byte[] data)
          Compress an array of bytes.
 byte[] Base64Codec.decode(byte[] data)
          Decodes a byte[] containing characters in the Base64 alphabet.
 byte[] URLCodec.encode(byte[] data)
          Encodes a byte[] that represents an URL.
 byte[] QuotedPrintableCodec.encode(byte[] data)
          Encodes a byte[] that represents a quoted printable.
 byte[] ICodec.encode(byte[] data)
          Encodes an array of bytes.
 byte[] Base64Codec.encode(byte[] data)
          Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
 



Guaranį DSL Home