Packages

package paths

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait HasPathOps extends AnyRef
  2. class JarFileSystemProvider extends com.sun.nio.zipfs.JarFileSystemProvider

    Thin override of zipfs.JarFileSystemProvider that defines newByteChannel in terms of newFileChannel.

    Thin override of zipfs.JarFileSystemProvider that defines newByteChannel in terms of newFileChannel.

    The former is (inexplicably?) missing from the default implementation, and throws a UnsupportedOperationException.

  3. case class Path(path: java.nio.file.Path) extends Product with Serializable

    Wrapper around java.nio.file.Path that adds useful methods, is Serializable, and fixes some provider/custom-scheme-loading issues (see FileSystems).

  4. class SerializablePath extends Serializable

Value Members

  1. object FileSystems extends Logging

    Hooks for augmenting the FileSystemProviders that the JDK loads by default.

    Hooks for augmenting the FileSystemProviders that the JDK loads by default.

    • Scala fails to pick up user-supplied providers: https://issues.scala-lang.org/browse/SI-10247
    • Default zipfs.JarFileSystemProvider implementation is replaced with JarFileSystemProvider, which defines a missing method.
  2. object HasPathOps
  3. object Path extends Serializable

Ungrouped