ZipArchive

dotty.tools.io.ZipArchive$
See theZipArchive companion class
object ZipArchive

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.

Attributes

Authors:

Philippe Altherr (original version)

Paul Phillips (this one)

Version

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

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ZipArchive.type

Members list

Value members

Concrete methods

Value parameters

file

a File

Attributes

Returns

A ZipArchive if file is a readable zip file, otherwise null.