Package org.epics.archiverappliance.utils.nio.tar


package org.epics.archiverappliance.utils.nio.tar
  • Class
    Description
    Layer on top of Apache Commons Compress TarArchiveEntry and TarArchiveInputStream.
    Encapsulates both the tar entries in a tar file and also the inputs to the tar file
    An NIO2 file system that encapsulates a tar file containing gzipped pb files.
    Like the JDK's jar plugin, each tar file is a separate file system.
    A TarPath consists of the tar file ( represented by the fileSystem ) and the entry in the tar file.
    Wraps a SeekableByteChannel to present a read only view of the tar entry.
    Wraps a SeekableByteChannel and takes some actions when the channel is closed.