Uses of Class
com.intellij.util.io.zip.JBZipEntry
-
Packages that use JBZipEntry Package Description com.intellij.util.io.zip -
-
Uses of JBZipEntry in com.intellij.util.io.zip
Methods in com.intellij.util.io.zip that return JBZipEntry Modifier and Type Method Description JBZipEntry
JBZipFile. getEntry(String name)
Returns a named entry - ornull
if no entry by that name exists.JBZipEntry
JBZipFile. getOrCreateEntry(String name)
Methods in com.intellij.util.io.zip that return types with arguments of type JBZipEntry Modifier and Type Method Description List<JBZipEntry>
JBZipFile. getEntries()
Returns all entries.Methods in com.intellij.util.io.zip with parameters of type JBZipEntry Modifier and Type Method Description void
JBZipFile. eraseEntry(JBZipEntry entry)
-