java.lang.Object
org.epics.archiverappliance.utils.nio.tar.EAATar

public class EAATar extends Object
Layer on top of Apache Commons Compress TarArchiveEntry and TarArchiveInputStream. The Wikipedia article on tar files https://en.wikipedia.org/wiki/Tar_(computing) is quite comprehensive. This class can also be used as a command line utility to do basic operations on tar files.