Packages

p

zio.nio

file

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. Protected

Type Members

  1. final class FileSystem extends IOCloseable with FileSystemPlatformSpecific
  2. trait FileSystemPlatformSpecific extends AnyRef
  3. trait FilesPlatformSpecific extends AnyRef
  4. final class Path extends Watchable
  5. implicit final class WatchEventOps[A] extends AnyVal
  6. final class WatchKey extends AnyRef

    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.

  7. final class WatchService extends IOCloseable

    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.

  8. trait WatchServicePlatformSpecific extends AnyRef
  9. trait Watchable extends AnyRef

Value Members

  1. object FileSystem
  2. object Files extends FilesPlatformSpecific
  3. object Path
  4. object WatchService extends WatchServicePlatformSpecific
  5. object Watchable

Inherited from AnyRef

Inherited from Any

Ungrouped