Module Java.util.Zip

Java classes from package java.util.zip

Imports

Table of Content

Definitions

data ZipException = pure native java.util.zip.ZipException
data ZipFile = native java.util.zip.ZipFile

Member Functions

entriesMutableIO ZipFileSTMutable RealWorld (Enumeration (MutableIO ZipEntry))
entries'MutableIO ZipFileSTMutable RealWorld (Enumeration <)
native entries
getEntryMutableIO ZipFileStringIO (Maybe (MutableIO ZipEntry))
native getEntry

get the ZipEntry for the specified name, or Maybe.Nothing if not found.

getInputStreamMutableIO ZipFileMutableIO ZipEntrySTMutable RealWorld InputStream
native getInputStream  throws IOException
newMutableIO FileSTMutable RealWorld ZipFile
native new  throws ZipException, IOException
data ZipEntry = native java.util.zip.ZipEntry

Member Functions

getNameMutableIO ZipEntryIO String
native getName
isDirectoryMutableIO ZipEntryIO Bool
native isDirectory
newMutableIO ZipEntrySTMutable RealWorld ZipEntry
     | StringSTMutable RealWorld ZipEntry
native new
new𝖆MutableIO ZipEntrySTMutable RealWorld ZipEntry
native new  overloads new
new𝖇StringSTMutable RealWorld ZipEntry
native new  overloads new

Instances

instance Exceptional ZipException

Member Functions

javaClassClass ZipException
pure native java.util.zip.ZipException.class

Functions and Values by Type

MutableIO FileSTMutable RealWorld ZipFile

ZipFile.new

MutableIO ZipEntrySTMutable RealWorld ZipEntry

ZipEntry.new𝖆

MutableIO ZipEntryIO String

ZipEntry.getName

MutableIO ZipEntryIO Bool

ZipEntry.isDirectory

MutableIO ZipFileMutableIO ZipEntrySTMutable RealWorld InputStream

ZipFile.getInputStream

MutableIO ZipFileStringIO (Maybe (MutableIO ZipEntry))

ZipFile.getEntry

MutableIO ZipFileSTMutable RealWorld (Enumeration (MutableIO ZipEntry))

ZipFile.entries

MutableIO ZipFileSTMutable RealWorld (Enumeration <)

ZipFile.entries'

StringSTMutable RealWorld ZipEntry

ZipEntry.new𝖇

Class ZipException

Exceptional_ZipException.javaClass

ω

ZipEntry.new

Valid HTML 4.01 Strict