Package org.citydb.file.input
Class AbstractArchiveInputFile
- java.lang.Object
-
- org.citydb.file.InputFile
-
- org.citydb.file.input.AbstractArchiveInputFile
-
- All Implemented Interfaces:
java.lang.AutoCloseable
- Direct Known Subclasses:
ZipInputFile
public abstract class AbstractArchiveInputFile extends InputFile
-
-
Field Summary
-
Fields inherited from class org.citydb.file.InputFile
APPLICATION_GZIP, APPLICATION_JSON, APPLICATION_XML, APPLICATION_ZIP, file, mediaType, type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContentFile()
-
Methods inherited from class org.citydb.file.InputFile
close, getFile, getMediaType, getSeparator, getType, openStream, resolve
-
-