Interface GeometryOutput
- All Superinterfaces:
GeometryIOMetadata
- All Known Implementing Classes:
FileGeometryOutput, StreamGeometryOutput
Interface representing the output of a geometric IO operation.
-
Method Summary
Modifier and TypeMethodDescriptionGet the output stream for writing to the output.Methods inherited from interface GeometryIOMetadata
getCharset, getFileName
-
Method Details
-
getOutputStream
OutputStream getOutputStream()Get the output stream for writing to the output.- Returns:
- output stream for writing to the output
- Throws:
UncheckedIOException- if an I/O error occurs
-