public interface PackageOutput
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the package.
|
java.io.OutputStream |
getOutputStream()
Gets the output stream for current entry.
|
void |
nextEntry(java.lang.String name)
Start a new entry in the package with the given name.
|
void nextEntry(java.lang.String name) throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
Copyright 2004-2015 Wandora Team