반응형
fileOutputStream
= new FileOutputStream(
new File(
EgovProperties.getProperty("Globals.fileStorePath") + "zipFile" + File.separator + "a.zip"
)
);
fileOutputStream.write(is);
반응형
'Programming Language > Java' 카테고리의 다른 글
[Java] Apache Common Compress (0) | 2018.04.18 |
---|---|
주석으로 if문 /*/ (0) | 2018.04.11 |
[Java] Unzip 코드(TEST) java (0) | 2018.04.05 |
NullPointerException while using a setter on fragment (0) | 2018.03.09 |
[Java] log4j 사용법 (스크랩) (0) | 2018.01.17 |