Package org.citydb.file.input
Class GZipInputFile
- java.lang.Object
-
- org.citydb.file.InputFile
-
- org.citydb.file.input.AbstractRegularInputFile
-
- org.citydb.file.input.GZipInputFile
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class GZipInputFile extends AbstractRegularInputFile
-
-
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.io.InputStream
openStream()
-
Methods inherited from class org.citydb.file.input.AbstractRegularInputFile
close, getSeparator, resolve
-
Methods inherited from class org.citydb.file.InputFile
getFile, getMediaType, getType
-
-
-
-
Method Detail
-
openStream
public java.io.InputStream openStream() throws java.io.IOException
- Specified by:
openStream
in classInputFile
- Throws:
java.io.IOException
-
-