Package org.citydb.file.output
Class AbstractArchiveOutputFile
- java.lang.Object
-
- org.citydb.file.OutputFile
-
- org.citydb.file.output.AbstractArchiveOutputFile
-
- All Implemented Interfaces:
java.lang.AutoCloseable
- Direct Known Subclasses:
ZipOutputFile
public abstract class AbstractArchiveOutputFile extends OutputFile
-
-
Field Summary
-
Fields inherited from class org.citydb.file.OutputFile
file, 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.OutputFile
close, createDirectories, getFile, getType, newOutputStream, openStream, resolve
-
-