default:
this.zipStream = stream;
break;
}
} catch (EOFException e) {
throw new DDF_ResultEmptyException(e.getMessage());
} catch (Exception e) {
throw new IllegalArgumentException(e);
}
// log.debug("zip class : {}", zipStream.getClass().getName());
}