javadoc
This commit is contained in:
parent
3bc4df3970
commit
28a4b2de34
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ import java.io.IOException;
|
||||||
import java.util.zip.ZipEntry;
|
import java.util.zip.ZipEntry;
|
||||||
import java.util.zip.ZipInputStream;
|
import java.util.zip.ZipInputStream;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Classe d'extraction de fichier Zip
|
||||||
|
*/
|
||||||
public class DataCsv {
|
public class DataCsv {
|
||||||
|
|
||||||
protected String destination;
|
protected String destination;
|
||||||
|
|
|
||||||
Reference in a new issue