Package org.citydb.file.output
Class RegularOutputFile
- java.lang.Object
-
- org.citydb.file.OutputFile
-
- org.citydb.file.output.AbstractRegularOutputFile
-
- org.citydb.file.output.RegularOutputFile
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class RegularOutputFile extends AbstractRegularOutputFile
-
-
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.io.OutputStream
openStream()
-
Methods inherited from class org.citydb.file.output.AbstractRegularOutputFile
close, createDirectories, newOutputStream, resolve
-
Methods inherited from class org.citydb.file.OutputFile
getFile, getType
-
-
-
-
Method Detail
-
openStream
public java.io.OutputStream openStream() throws java.io.IOException
- Specified by:
openStream
in classOutputFile
- Throws:
java.io.IOException
-
-