|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Codec
This interface can be implemented by modules that compress and decompress data.
Method Summary | |
---|---|
void |
compress(java.io.File input,
java.io.File output)
Compresses data from the input file, writes the compressed data to the output file. |
void |
decompress(java.io.File input,
java.io.File output)
Decompresses data from the input file, writes the decompressed data to the output file. |
Method Detail |
---|
void compress(java.io.File input, java.io.File output) throws java.io.IOException
java.io.IOException
void decompress(java.io.File input, java.io.File output) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |