Package | Description |
---|---|
org.apache.commons.geometry.io.core.input |
This package contains types representing input to IO operations.
|
org.apache.commons.geometry.io.core.output |
This package contains types representing output targets for IO operations.
|
Modifier and Type | Class and Description |
---|---|
class |
FileGeometryInput
GeometryInput implementation for reading content from a file. |
class |
StreamGeometryInput
GeometryInput implementation that wraps an InputStream . |
class |
UrlGeometryInput
GeometryInput implementation for reading content from a URL. |
Modifier and Type | Class and Description |
---|---|
class |
FileGeometryOutput
GeometryOutput implementation for writing content to a file. |
class |
StreamGeometryOutput
GeometryOutput implementation that wraps an OutputStream . |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.