| Modifier and Type | Method and Description |
|---|---|
void |
closeEntry()
closes the current entry
|
void |
closeEntry(WritableArchive subArchive)
Close a previously returned sub archive
|
void |
create(URI uri)
creates a new abstract archive with the given path
|
WritableArchive |
createSubArchive(String name)
Returns an instance of this archive abstraction for an embedded
archive within this archive.
|
OutputStream |
putNextEntry(String name)
Create a new entry in the archive
|
close, entries, entries, getArchiveSize, getDirectories, getManifest, getName, getURI, isDirectoryvoid create(URI uri) throws IOException
uri - the path to create the archiveIOExceptionvoid closeEntry(WritableArchive subArchive) throws IOException
subArchive - output stream to closeIOExceptionOutputStream putNextEntry(String name) throws IOException
name - the entry nameIOExceptionvoid closeEntry()
throws IOException
IOExceptionWritableArchive createSubArchive(String name) throws IOException
name - is the entry name relative to the root for the archiveIOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.