Class ZipBranchDataNode

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

public class ZipBranchDataNode extends DefaultDataNode
  • Constructor Details

    • ZipBranchDataNode

      public ZipBranchDataNode(ZipArchiveDataNode ziparchivenode, ZipEntry entry)
      Constructs a ZipBranchDataNode from a ZipEntry and ZipArchive.
      Parameters:
      ziparchivenode - DataNode representing the zip file within which this entry lives
      entry - the ZipEntry object represented by this node
  • Method Details