Package

zio.nio

file

Permalink

package file

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. file
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class FileSystem extends IOCloseable

    Permalink
  2. final class Path extends Watchable

    Permalink
  3. implicit final class WatchEventOps[A] extends AnyVal

    Permalink
  4. final class WatchKey extends AnyRef

    Permalink

    A token representing the registration of a watchable object with a WatchService.

    A token representing the registration of a watchable object with a WatchService.

    Java NIO API.

  5. final class WatchService extends IOCloseable

    Permalink

    A watch service that watches registered objects for changes and events.

    A watch service that watches registered objects for changes and events.

    For example a file manager may use a watch service to monitor a directory for changes so that it can update its display of the list of files when files are created or deleted.

    Note if any of the methods, or a stream returned by the stream method, is used after this WatchService has been closed, the operation will die with a ClosedWatchServiceException.

  6. trait Watchable extends AnyRef

    Permalink

Value Members

  1. object FileSystem

    Permalink
  2. object Files

    Permalink
  3. object Path

    Permalink
  4. object WatchService

    Permalink
  5. object Watchable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped