ImportData

This commit is contained in:
yann_ 2020-12-21 17:57:03 +01:00 committed by name
parent 55fec686b0
commit 4d17091234
2 changed files with 79 additions and 10 deletions

View file

@ -19,7 +19,7 @@ public class DataCsv {
* La methode de recuperation dun fichier csv
*/
public void getCsv(String fileZip) throws IOException{
//"src/main/resources/loto_201911.zip"
File desDir = new File("src/main/resources/");
byte[] buffer = new byte[1024];
ZipInputStream zis = new ZipInputStream(new FileInputStream(fileZip));