public class ZipFileModelExtractor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
protected Map<String,ZipItem> |
pathItemMap |
protected ZipInputStream |
zis |
| Constructor and Description |
|---|
ZipFileModelExtractor(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ZipItem> |
assignParents() |
protected ZipFolder |
createPath(String path) |
List<ZipItem> |
getModel()
Returns the model from the zip file.
|
protected org.slf4j.Logger logger
protected ZipInputStream zis
public ZipFileModelExtractor(InputStream is)
is - the zip input stream.public List<ZipItem> getModel() throws IOException
IOException - if an error occurs.Copyright © 2020. All Rights Reserved.