An error occurred while fetching the assigned milestone of the selected merge_request.
CityDoctorParent/…/…/…/…/…/…/…/…/zip
CityGmlZipArchive.java +43 -6
CityGmlZipEntry.java +65 -14
CityGmlZipEntryFile.java +25 -0
ZipEntryErrorType.java +3 -0
- Riegel authored
@@ -18,6 +18,10 @@ import java.util.zip.ZipEntry;
@@ -29,7 +33,13 @@ public class CityGmlZipArchive implements Serializable {
@@ -40,6 +50,7 @@ public class CityGmlZipArchive implements Serializable {
@@ -62,6 +73,11 @@ public class CityGmlZipArchive implements Serializable {
@@ -79,34 +95,55 @@ public class CityGmlZipArchive implements Serializable {
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/zip/CityGmlZipEntry.java
+ 65
- 14
@@ -15,6 +15,11 @@ import java.io.Serializable;
@@ -31,16 +36,28 @@ public class CityGmlZipEntry implements Serializable {
@@ -61,6 +78,16 @@ public class CityGmlZipEntry implements Serializable {
@@ -74,6 +101,12 @@ public class CityGmlZipEntry implements Serializable {
@@ -103,31 +136,43 @@ public class CityGmlZipEntry implements Serializable {
@@ -136,14 +181,20 @@ public class CityGmlZipEntry implements Serializable {
@@ -152,7 +203,7 @@ public class CityGmlZipEntry implements Serializable {
@@ -6,6 +6,12 @@ import java.io.InputStream;
@@ -13,6 +19,12 @@ public class CityGmlZipEntryFile implements AutoCloseable {
@@ -20,6 +32,14 @@ public class CityGmlZipEntryFile implements AutoCloseable {
@@ -27,6 +47,11 @@ public class CityGmlZipEntryFile implements AutoCloseable {