it.geosolutions.tools.compress.file.reader
Class TarReader

java.lang.Object
  extended by it.geosolutions.tools.compress.file.reader.TarReader

public abstract class TarReader
extends Object

Author:
Carlo Cancellieri - carlo.cancellieri@geo-solutions.it

Constructor Summary
TarReader()
           
 
Method Summary
static void readTar(File srcF, File dest)
          A method to read tar file: extract its content to the 'dest' file (which could be a directory or a file depending on the srcF file content)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TarReader

public TarReader()
Method Detail

readTar

public static void readTar(File srcF,
                           File dest)
                    throws org.apache.commons.compress.compressors.CompressorException
A method to read tar file: extract its content to the 'dest' file (which could be a directory or a file depending on the srcF file content)

Throws:
org.apache.commons.compress.compressors.CompressorException


Copyright © 2011-2012 GeoSolutions. All Rights Reserved.