from zip-utils import ZipUtils
IOExceptionType:
JavaExceptionType
IOExceptionType:
IOExceptionType
JavaExceptionType:
string {
stackTrace[1,1]: string //
}
ListEntriesRequest:
void {
filename[0,1]: string //
archive[0,1]: raw //
}
ListEntriesResponse:
void {
entry[0,1]: string //
}
ReadEntryRequest:
void {
entry[1,1]: string //
filename[0,1]: string //
archive[0,1]: raw //
}
UnzipRequest:
void {
filename[1,1]: string //
targetPath[1,1]: string //
}
UnzipResponse:
void {
entry[0,1]: string //
}
ZipRequest:
void