com.tuplejump.snackfs.fs

stream

package stream

Visibility
  1. Public
  2. All

Type Members

  1. case class BlockInputStream(store: FileSystemStore, blockMeta: BlockMeta, atMost: FiniteDuration) extends InputStream with Product with Serializable

  2. case class FileSystemInputStream(store: FileSystemStore, path: Path) extends FSInputStream with Product with Serializable

  3. case class FileSystemOutputStream(store: FileSystemStore, path: Path, blockSize: Long, subBlockSize: Long, bufferSize: Long, atMost: FiniteDuration) extends OutputStream with Product with Serializable

Ungrouped