|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICodec | |
---|---|
guarana.toolkit.task.streamdealers.codecs | Provides a set of supported and already implemented codecs. |
Uses of ICodec in guarana.toolkit.task.streamdealers.codecs |
---|
Classes in guarana.toolkit.task.streamdealers.codecs that implement ICodec | |
---|---|
class |
Base64Codec
A Base64 codec implementation. |
class |
QuotedPrintableCodec
A Quoted printable codec implementation. |
class |
URLCodec
An URL codec implementation. |
Constructors in guarana.toolkit.task.streamdealers.codecs with parameters of type ICodec | |
---|---|
Decoder(String name,
ICodec codec)
Constructs a new decoder task. |
|
Decoder(String name,
int numberOfInputs,
int numberOfOutputs,
ICodec codec)
Constructs a new decoder task. |
|
Encoder(String name,
ICodec codec)
Constructs a new encoder task. |
|
Encoder(String name,
int numberOfInputs,
int numberOfOutputs,
ICodec codec)
Constructs a new encoder task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |