|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZipEntry | |
org.apache.tools.zip | |
uk.ac.vamsas.client.simpleclient |
Uses of ZipEntry in org.apache.tools.zip |
Methods in org.apache.tools.zip that return ZipEntry | |
ZipEntry |
ZipFile.getEntry(java.lang.String name)
Returns a named entry - or null if no entry by that name
exists. |
Methods in org.apache.tools.zip with parameters of type ZipEntry | |
java.io.InputStream |
ZipFile.getInputStream(ZipEntry ze)
Returns an InputStream for reading the contents of the given entry. |
void |
ZipOutputStream.putNextEntry(ZipEntry ze)
Begin writing next entry. |
protected void |
ZipOutputStream.writeLocalFileHeader(ZipEntry ze)
Writes the local file header entry |
protected void |
ZipOutputStream.writeDataDescriptor(ZipEntry ze)
Writes the data descriptor entry. |
protected void |
ZipOutputStream.writeCentralFileHeader(ZipEntry ze)
Writes the central file header entry. |
Constructors in org.apache.tools.zip with parameters of type ZipEntry | |
ZipEntry(ZipEntry entry)
Creates a new zip entry with fields taken from the specified zip entry. |
Uses of ZipEntry in uk.ac.vamsas.client.simpleclient |
Methods in uk.ac.vamsas.client.simpleclient that return ZipEntry | |
protected ZipEntry |
VamsasArchiveReader.getVamsasDocumentEntry()
|
protected ZipEntry |
VamsasArchiveReader.getVamsasXmlEntry()
|
protected ZipEntry |
VamsasArchiveReader.getAppdataEntry(java.lang.String AppdataRef)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |