|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface CompressionStrategy
Interface for compression strategiy types.
| Method Summary | |
|---|---|
boolean |
compress(List<String> files,
BufferedOutputStream out)
The compression method |
String |
getArchiveExtension()
Getter for an archive file extension of this strategy |
| Method Detail |
|---|
boolean compress(List<String> files,
BufferedOutputStream out)
throws IOException
files - a list with the files to compressout - the output stream to compress files into
IOException - if closing the output stream failsString getArchiveExtension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||