public class ZipPackager extends Packager
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
executables |
protected fiji.packaging.ZipPackager.MarkExecutableOutputStream |
out |
protected ZipOutputStream |
zip |
Constructor and Description |
---|
ZipPackager() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
closeEntry() |
String |
getExtension() |
void |
open(OutputStream out) |
void |
putNextEntry(String name,
boolean executable,
int size) |
void |
write(byte[] b,
int off,
int len) |
addDefaultFiles, addFile, getPlatform, initialize, main, setPrefix, setRootDirectory, write
protected fiji.packaging.ZipPackager.MarkExecutableOutputStream out
protected ZipOutputStream zip
public String getExtension()
getExtension
in class Packager
public void open(OutputStream out)
public void putNextEntry(String name, boolean executable, int size) throws IOException
putNextEntry
in class Packager
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class Packager
IOException
public void closeEntry() throws IOException
closeEntry
in class Packager
IOException
public void close() throws IOException
close
in class Packager
IOException
Copyright © 2015–2021 Fiji. All rights reserved.