public interface JIPipeWriteDataStorage extends JIPipeDataStorage
JIPipeDataStorage
that is used for writing a JIPipeData
.Modifier and Type | Method and Description |
---|---|
JIPipeWriteDataStorage |
resolve(Path path)
Returns a new storage that resolves to a path inside this storage
|
default JIPipeWriteDataStorage |
resolve(String name)
Returns a new storage that resolves to a path inside this storage
|
OutputStream |
write(Path path)
Creates an output stream that writes the specified file element.
|
default OutputStream |
write(String name)
Creates an output stream that writes the specified file element.
|
default void |
writeBytes(Path path,
byte[] arr)
Writes a byte array
|
default void |
writeJSON(Path path,
Object obj)
Writes an object as JSON
|
default void |
writeText(Path path,
String text)
Writes an object as JSON
|
getFileSystemPath, getInternalPath, getProgressInfo, isFileSystemPathInitialized, relativeToAbsolute
default JIPipeWriteDataStorage resolve(String name)
name
- the path nameJIPipeWriteDataStorage resolve(Path path)
path
- the pathdefault OutputStream write(String name)
name
- the file nameOutputStream write(Path path)
path
- the file path. relative to the current store.default void writeJSON(Path path, Object obj)
path
- the relative pathobj
- the objectdefault void writeText(Path path, String text)
path
- the relative pathtext
- the textdefault void writeBytes(Path path, byte[] arr)
path
- the relative patharr
- the byte arrayCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.