Uses of Class
org.teavm.classlib.java.util.zip.TZipEntry
Packages that use TZipEntry
-
Uses of TZipEntry in org.teavm.classlib.java.util.jar
Subclasses of TZipEntry in org.teavm.classlib.java.util.jarMethods in org.teavm.classlib.java.util.jar that return TZipEntryModifier and TypeMethodDescriptionprotected TZipEntry
TJarInputStream.createZipEntry(String name)
TJarInputStream.getNextEntry()
Methods in org.teavm.classlib.java.util.jar with parameters of type TZipEntryModifier and TypeMethodDescriptionTJarFile.getInputStream(TZipEntry ze)
Return anInputStream
for reading the decompressed contents of ZIP entry.void
TJarOutputStream.putNextEntry(TZipEntry ze)
Constructors in org.teavm.classlib.java.util.jar with parameters of type TZipEntry -
Uses of TZipEntry in org.teavm.classlib.java.util.zip
Methods in org.teavm.classlib.java.util.zip that return TZipEntryModifier and TypeMethodDescriptionprotected TZipEntry
TZipInputStream.createZipEntry(String name)
TZipInputStream.getNextEntry()
Methods in org.teavm.classlib.java.util.zip that return types with arguments of type TZipEntryMethods in org.teavm.classlib.java.util.zip with parameters of type TZipEntryModifier and TypeMethodDescriptionTZipFile.getInputStream(TZipEntry entry)
void
TZipOutputStream.putNextEntry(TZipEntry ze)
Constructors in org.teavm.classlib.java.util.zip with parameters of type TZipEntry