|
MAM API (developer's version) |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Codec in <Unnamed> |
|---|
| Classes in <Unnamed> that implement Codec | |
|---|---|
class |
BWTDecode
Burrows-Wheeler transformation decoding codec. |
class |
BWTEncode
Burrows-Wheeler transformation encoding codec. |
class |
M2FDecode
Move-to-front transformation decoding code. |
class |
M2FEncode
|
class |
MAMDecode
Decoding for the artimetic coding. |
class |
MAMEncode
Aritmetic coding for binomial and byte sequencies. |
class |
ZIPDecode
|
class |
ZIPEncode
|
| Methods in <Unnamed> with parameters of type Codec | |
|---|---|
static void |
MAMUtil.callCodec(Codec codec,
InputStream in,
OutputStream out)
|
static String |
MAMUtil.callCodec(Codec codec,
String input)
String coding function that can be used for test purposes. |
|
MAM API (developer's version) |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||