Package | Description |
---|---|
org.teavm.classlib.java.util.jar | |
org.teavm.classlib.java.util.zip |
Modifier and Type | Class and Description |
---|---|
class |
TJarEntry |
Modifier and Type | Method and Description |
---|---|
protected TZipEntry |
TJarInputStream.createZipEntry(String name) |
TZipEntry |
TJarFile.getEntry(String name) |
TZipEntry |
TJarInputStream.getNextEntry() |
Modifier and Type | Method and Description |
---|---|
InputStream |
TJarFile.getInputStream(TZipEntry ze)
Return an
InputStream for reading the decompressed contents of
ZIP entry. |
void |
TJarOutputStream.putNextEntry(TZipEntry ze) |
Constructor and Description |
---|
TJarEntry(TZipEntry entry) |
Modifier and Type | Method and Description |
---|---|
protected TZipEntry |
TZipInputStream.createZipEntry(String name) |
TZipEntry |
TZipFile.getEntry(String entryName) |
TZipEntry |
TZipInputStream.getNextEntry() |
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends TZipEntry> |
TZipFile.entries() |
Modifier and Type | Method and Description |
---|---|
InputStream |
TZipFile.getInputStream(TZipEntry entry) |
void |
TZipOutputStream.putNextEntry(TZipEntry ze) |
Constructor and Description |
---|
TZipEntry(TZipEntry ze) |
Copyright © 2019. All rights reserved.