Class TarBranchDataNode

java.lang.Object
uk.ac.starlink.datanode.nodes.DefaultDataNode
uk.ac.starlink.datanode.nodes.TarBranchDataNode
All Implemented Interfaces:
DataNode

public class TarBranchDataNode extends DefaultDataNode
  • Constructor Details

    • TarBranchDataNode

      public TarBranchDataNode(TarStreamDataNode tarnode, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
      Constructs a TarBranchDataNode from a TarArchiveEntry and TarStreamArchive.
      Parameters:
      tarnode - DataNode representing the tar file within which this entry lives
      entry - the TarArchiveEntry object represented by this node
  • Method Details