|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JUnzipException in net.kldp.junzip |
Methods in net.kldp.junzip that throw JUnzipException | |
java.lang.Object[] |
JUnzip.getZipEntries()
지정된 ZIP 파일에서 Zip 파일의 각 압축된 엔트리들을 정렬된 목록으로 뽑아온다. |
void |
JUnzip.extractEntries(java.lang.String destination)
압축을 푼다. |
void |
JUnzip.listEntries()
Zip 파일의 목록을 출력한다. |
Constructors in net.kldp.junzip that throw JUnzipException | |
JUnzip(java.lang.String filename,
java.lang.String encoding)
생성자 |
|
NameEncodedZipEntry(net.sf.jazzlib.ZipEntry zipEntry,
java.lang.String encoding)
ZipEntry와 각 엔트리의 파일 이름을 인코딩할 문자 인코딩을 넘겨 밭아 NameEncodedZipEntry를 생성한다. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |