public class ZipHandler extends Object implements ExportHandler
ExportHandler
that reads any pdb file and writes a ZIP file containing a
database index xml file, an appinfo dump and a binary file for each record.Constructor and Description |
---|
ZipHandler() |
Modifier and Type | Method and Description |
---|---|
void |
export(File infile,
File outfile,
ExportOptions options)
Exports the given infile to the outfile.
|
String |
getDescription()
Gets a description about the input and output file format.
|
String |
getName()
Gets the name of the handler.
|
public ZipHandler()
public String getName()
ExportHandler
getName
in interface ExportHandler
public String getDescription()
ExportHandler
getDescription
in interface ExportHandler
public void export(File infile, File outfile, ExportOptions options) throws IOException
ExportHandler
export
in interface ExportHandler
infile
- input pdb fileoutfile
- output file nameoptions
- ExportOptions
with further parametersIOException
Copyright © 2009–2016. All rights reserved.