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 TZipEntryTJarInputStream.createZipEntry(String name) TJarInputStream.getNextEntry()Methods in org.teavm.classlib.java.util.jar with parameters of type TZipEntryModifier and TypeMethodDescriptionTJarFile.getInputStream(TZipEntry ze) Return anInputStreamfor reading the decompressed contents of ZIP entry.voidTJarOutputStream.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 TZipEntryTZipInputStream.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) voidTZipOutputStream.putNextEntry(TZipEntry ze) Constructors in org.teavm.classlib.java.util.zip with parameters of type TZipEntry