C D E G I M R T U Z

C

Compressor - Class in it.geosolutions.tools.compress.file
 
Compressor() - Constructor for class it.geosolutions.tools.compress.file.Compressor
 

D

deflate(File, String) - Static method in class it.geosolutions.tools.compress.file.Compressor
Zip all the files in the input directory which starts with the provided prefix.
deflate(File, String, File[]) - Static method in class it.geosolutions.tools.compress.file.Compressor
 
deflate(File, File, File[], boolean) - Static method in class it.geosolutions.tools.compress.file.Compressor
 
deflate(File, String, File) - Static method in class it.geosolutions.tools.compress.file.Compressor
Deprecated. TODO UNTESTED

E

Extract - Class in it.geosolutions.tools.compress.file
 
Extract() - Constructor for class it.geosolutions.tools.compress.file.Extract
 
extract(String) - Static method in class it.geosolutions.tools.compress.file.Extract
extract(String, boolean)
extract(String, boolean) - Static method in class it.geosolutions.tools.compress.file.Extract
 
extract(File, File, boolean) - Static method in class it.geosolutions.tools.compress.file.Extract
 
extractBz2(File, File) - Static method in class it.geosolutions.tools.compress.file.Extractor
 
extractGzip(File, File) - Static method in class it.geosolutions.tools.compress.file.Extractor
 
Extractor - Class in it.geosolutions.tools.compress.file
A Class container for Extractors methods.
Extractor() - Constructor for class it.geosolutions.tools.compress.file.Extractor
 

G

getType(File) - Static method in class it.geosolutions.tools.compress.file.Extract
Return a mediatype describing the input file mime

I

inflate(ZipFile, File, String) - Static method in class it.geosolutions.tools.compress.file.Extractor
Inflate the provided ZipFile in the provided output directory.
it.geosolutions.tools.compress.file - package it.geosolutions.tools.compress.file
 
it.geosolutions.tools.compress.file.reader - package it.geosolutions.tools.compress.file.reader
 

M

match(String) - Static method in class it.geosolutions.tools.compress.file.Extract
 

R

readTar(File, File) - Static method in class it.geosolutions.tools.compress.file.reader.TarReader
A method to read tar file: extract its content to the 'destDir' file (which could be a directory or a file depending on the srcF file content)

T

TarReader - Class in it.geosolutions.tools.compress.file.reader
 
TarReader() - Constructor for class it.geosolutions.tools.compress.file.reader.TarReader
 

U

unZip(String, String) - Static method in class it.geosolutions.tools.compress.file.Extractor
 
unZip(File, File) - Static method in class it.geosolutions.tools.compress.file.Extractor
 
unzipFlat(File, File) - Static method in class it.geosolutions.tools.compress.file.Extractor
Deprecated. use Extractor.unZip instead which support complex zip structure

Z

zip(File, String, File[]) - Static method in class it.geosolutions.tools.compress.file.Compressor
This function zip the input files.
zipDirectory(File, File, ZipOutputStream) - Static method in class it.geosolutions.tools.compress.file.Compressor
This function zip the input directory.
zipFile(File, ZipOutputStream) - Static method in class it.geosolutions.tools.compress.file.Compressor
This function zip the input file.

C D E G I M R T U Z

Copyright © 2011-2012 GeoSolutions. All Rights Reserved.