Packages

c

scala.tools.nsc.io

JarWriter

class JarWriter extends AnyRef

Source
Jar.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JarWriter
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JarWriter(file: File, manifest: Manifest)

Value Members

  1. def addDirectory(entry: Directory, prefix: String): Unit
  2. def addEntry(entry: Path, prefix: String): Unit
  3. def addFile(file: File, prefix: String): Unit
  4. def addStream(entry: JarEntry, in: InputStream): Unit
  5. def close(): Unit
  6. val file: File
  7. val manifest: Manifest
  8. def newOutputStream(path: String): DataOutputStream

    Adds a jar entry for the given path and returns an output stream to which the data should immediately be written.

    Adds a jar entry for the given path and returns an output stream to which the data should immediately be written. This unusual interface exists to work with fjbg.

  9. def writeAllFrom(dir: Directory): Unit