Class StdoutDataStore

java.lang.Object
io.xpipe.core.util.JacksonizedValue
io.xpipe.core.impl.StdoutDataStore
All Implemented Interfaces:
DataStore, StreamDataStore

public class StdoutDataStore extends JacksonizedValue implements StreamDataStore
  • Constructor Details

    • StdoutDataStore

      public StdoutDataStore()
  • Method Details

    • canOpen

      public boolean canOpen()
      Description copied from interface: DataStore
      Checks whether this store can be opened. This can be not the case for example if the underlying store does not exist.
      Specified by:
      canOpen in interface DataStore
    • isContentExclusivelyAccessible

      public boolean isContentExclusivelyAccessible()
      Description copied from interface: DataStore
      Indicates whether this data store can only be accessed by the current running application. One example are standard in and standard out stores.
      Specified by:
      isContentExclusivelyAccessible in interface DataStore
      See Also:
    • openOutput

      public OutputStream openOutput()
      Description copied from interface: StreamDataStore
      Opens an output stream that can be used to write data.
      Specified by:
      openOutput in interface StreamDataStore