public class ZipStreamDataNode extends ZipArchiveDataNode
| Constructor and Description | 
|---|
ZipStreamDataNode(DataSource datsrc)
Constructs a ZipStreamDataNode from a DataSource object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Iterator | 
getChildIteratorAtLevel(String level,
                       DataNode parent)
Returns an iterator over the DataNodes at a given level in the
 hierarchy of this archive. 
 | 
protected List | 
getEntries()
Returns a list of all the  
ZipEntry objects in 
 this zip archive. | 
allowsChildren, getChildIterator, getEntriesAtLevel, getName, getNodeTLA, getNodeType, getPathSeparator, isMagicbeep, configureDetail, getChildMaker, getCreator, getDataObject, getDescription, getIcon, getLabel, getParentObject, getPathElement, hasDataObject, makeChild, makeErrorChild, registerDataObject, setChildMaker, setCreator, setDescription, setIconID, setLabel, setName, setParentObject, toStringpublic ZipStreamDataNode(DataSource datsrc) throws NoSuchDataException
NoSuchDataExceptionprotected List getEntries() throws IOException
ZipArchiveDataNodeZipEntry objects in 
 this zip archive.getEntries in class ZipArchiveDataNodeZipEntry objects
          which make up this zip archive.IOExceptionprotected Iterator getChildIteratorAtLevel(String level, DataNode parent) throws IOException
ZipArchiveDataNodelevel.getChildIteratorAtLevel in class ZipArchiveDataNodelevel - the required starting substring of the name of all
         ZipEntries to be represented in the resultparent - the DataNode whose children the resulting nodes will beDataNode objects corresponding to
          the ZipEntry objects specified by levelIOExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.