Uses of Class
net.sf.jazzlib.ZipEntry
Packages that use ZipEntry
-
Uses of ZipEntry in net.sf.jazzlib
Fields in net.sf.jazzlib declared as ZipEntryModifier and TypeFieldDescriptionprivate ZipEntryZipOutputStream.curEntryprivate ZipEntryZipInputStream.entryFields in net.sf.jazzlib with type parameters of type ZipEntryMethods in net.sf.jazzlib that return ZipEntryModifier and TypeMethodDescriptionprotected ZipEntryZipInputStream.createZipEntry(String name) Creates a new zip entry for the given name.Searches for a zip entry in this archive with the given name.ZipInputStream.getNextEntry()Open the next entry from the zip archive, and return its description.Methods in net.sf.jazzlib that return types with arguments of type ZipEntryModifier and TypeMethodDescriptionZipFile.getEntries()Checks that the ZipFile is still open and reads entries when necessary.Methods in net.sf.jazzlib with parameters of type ZipEntryModifier and TypeMethodDescriptionprivate longZipFile.checkLocalHeader(ZipEntry entry) Checks, if the local header of the entry at index i matches the central directory, and returns the offset to the data.ZipFile.getInputStream(ZipEntry entry) Creates an input stream reading the given zip entry as uncompressed data.voidZipOutputStream.putNextEntry(ZipEntry entry) Starts a new Zip entry.Constructors in net.sf.jazzlib with parameters of type ZipEntry -
Uses of ZipEntry in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub that return ZipEntryModifier and TypeMethodDescriptionprivate static ZipEntryResourcesLoader.getNextZipEntry(ZipInputStream zipInputStream) -
Uses of ZipEntry in nl.siegmann.epublib.util
Methods in nl.siegmann.epublib.util with parameters of type ZipEntryModifier and TypeMethodDescriptionstatic ResourceResourceUtil.createResource(ZipEntry zipEntry, InputStream zipInputStream) static ResourceResourceUtil.createResource(ZipEntry zipEntry, ZipInputStream zipInputStream) Creates a resource out of the given zipEntry and zipInputStream.