Package org.apache.commons.geometry.io.core.output
This package contains types representing output targets for IO operations.
-
Interface Summary Interface Description GeometryOutput Interface representing the output of a geometric IO operation. -
Class Summary Class Description FileGeometryOutput GeometryOutput
implementation for writing content to a file.StreamGeometryOutput GeometryOutput
implementation that wraps anOutputStream
.