|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--compress.CompressAlgo
The abstract class of compression algorithms.
| Constructor Summary | |
CompressAlgo()
|
|
| Method Summary | |
abstract java.io.File |
decode(java.io.File fileIn)
Decodes the given file. |
abstract java.io.File |
encode(java.io.File fileIn)
Encodes the given file. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public CompressAlgo()
| Method Detail |
public abstract java.io.File encode(java.io.File fileIn)
File - The file to be encoded.public abstract java.io.File decode(java.io.File fileIn)
File - the file to be decoded.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||