Package

scala.reflect

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. final class FileZipArchive extends ZipArchive

    Permalink

    Note: This library is considered experimental and should not be used unless you know what you are doing.

  2. final class ManifestResources extends ZipArchive

    Permalink
  3. final class URLZipArchive extends ZipArchive

    Permalink

    Note: This library is considered experimental and should not be used unless you know what you are doing.

  4. abstract class ZipArchive extends AbstractFile with Equals

    Permalink

    Note: This library is considered experimental and should not be used unless you know what you are doing.

Value Members

  1. object ZipArchive

    Permalink

    An abstraction for zip files and streams.

    An abstraction for zip files and streams. Everything is written the way it is for performance: we come through here a lot on every run. Be careful about changing it.

    Version

    2.0, Note: This library is considered experimental and should not be used unless you know what you are doing.

Ungrouped