scala.tools.nsc

io

package io

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AbstractFile = reflect.io.AbstractFile

  2. type Directory = reflect.io.Directory

  3. type File = reflect.io.File

  4. class Fileish extends Chars

    A common interface for File-based things and Stream-based things.

    A common interface for File-based things and Stream-based things. (In particular, io.File and JarEntry.)

  5. type JFile = java.io.File

  6. type JManifest = Manifest

  7. class Jar extends Iterable[JarEntry]

  8. class JarWriter extends AnyRef

  9. type Path = reflect.io.Path

  10. type PlainFile = reflect.io.PlainFile

  11. type VirtualDirectory = reflect.io.VirtualDirectory

  12. type VirtualFile = reflect.io.VirtualFile

  13. type ZipArchive = reflect.io.ZipArchive

Value Members

  1. val AbstractFile: reflect.io.AbstractFile.type

  2. val Directory: reflect.io.Directory.type

  3. val File: reflect.io.File.type

  4. object Fileish

  5. object Jar

  6. val Path: reflect.io.Path.type

  7. val Streamable: reflect.io.Streamable.type

  8. implicit def enrichManifest(m: JManifest): WManifest

Inherited from AnyRef

Inherited from Any

Ungrouped