Class InputStreamStore

java.lang.Object
io.xpipe.core.store.InputStreamStore
All Implemented Interfaces:
DataStore, StreamDataStore

public class InputStreamStore extends Object implements StreamDataStore
A data store that is only represented by an InputStream.
  • Constructor Details

    • InputStreamStore

      public InputStreamStore(InputStream in)
  • Method Details