|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
dsiutils.
@Deprecated public interface Codec
An abstract factory corresponding to an instance of a specific compression technique.
An implementation of this interface provides coders and decoders. The constructors must provide all data that is required to perform coding and decoding.
| Method Summary | |
|---|---|
Coder |
coder()
Deprecated. Returns a coder for the compression technique represented by this coded. |
Decoder |
decoder()
Deprecated. Returns a decoder for the compression technique represented by this coded. |
Coder |
getCoder()
Deprecated. As of MG4J 2.0.2, replaced by coder(). |
Decoder |
getDecoder()
Deprecated. As of MG4J 2.0.2, replaced by decoder(). |
int |
size()
Deprecated. Returns the number of symbols handled by this codec. |
| Method Detail |
|---|
Coder coder()
Decoder decoder()
@Deprecated Coder getCoder()
coder().
@Deprecated Decoder getDecoder()
decoder().
int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||