Module io.xpipe.core
Package io.xpipe.core.store
package io.xpipe.core.store
-
ClassDescriptionA data store represents some form of a location where data is stored, e.g.Represents a reference to an XPipe data source.Represents a store that has a filename.Represents a file located on a file system.A store whose contents are stored in memory.A data store that is only represented by an InputStream.StatefulDataStore<T extends DataStoreState>A data store that can be accessed using InputStreams and/or OutputStreams.