Package org.apache.commons.geometry.io.core.input
This package contains types representing input to IO operations.
-
Interface Summary Interface Description GeometryInput Interface representing input to a geometric I/O operation. -
Class Summary Class Description FileGeometryInput GeometryInput
implementation for reading content from a file.StreamGeometryInput GeometryInput
implementation that wraps anInputStream
.UrlGeometryInput GeometryInput
implementation for reading content from a URL.