Package com.logicaldoc.util.io
Class TarUtil
java.lang.Object
com.logicaldoc.util.io.TarUtil
This class is for reading tar files
- Version:
- 8.7.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidextractEntry(File tarFile, File dest) Extracts the first file entry contained in the given TAR archivelistEntries(File tarFile) 
- 
Constructor Details- 
TarUtilpublic TarUtil()
 
- 
- 
Method Details- 
listEntries- Throws:
- IOException
 
- 
extractEntryExtracts the first file entry contained in the given TAR archive- Parameters:
- tarFile- the TAR archive to read
- dest- the destination file to extract the first file entry to
- Throws:
- IOException- I/O error
 
 
-