Package nz.org.riskscape.engine.output
Class RiskscapeWriter
java.lang.Object
nz.org.riskscape.engine.output.RiskscapeWriter
- All Implemented Interfaces:
Closeable
,AutoCloseable
Interface for writing out riskscape values
-
Constructor Details
-
RiskscapeWriter
public RiskscapeWriter()
-
-
Method Details
-
write
Appends a value to the output
-
getStoredAt
- Returns:
- the uri that has been written to. This method may return null prior to
Closeable.close()
being called.
-