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, isMagic
beep, configureDetail, getChildMaker, getCreator, getDataObject, getDescription, getIcon, getLabel, getParentObject, getPathElement, hasDataObject, makeChild, makeErrorChild, registerDataObject, setChildMaker, setCreator, setDescription, setIconID, setLabel, setName, setParentObject, toString
public ZipStreamDataNode(DataSource datsrc) throws NoSuchDataException
NoSuchDataException
protected List getEntries() throws IOException
ZipArchiveDataNode
ZipEntry
objects in
this zip archive.getEntries
in class ZipArchiveDataNode
ZipEntry
objects
which make up this zip archive.IOException
protected Iterator getChildIteratorAtLevel(String level, DataNode parent) throws IOException
ZipArchiveDataNode
level
.getChildIteratorAtLevel
in class ZipArchiveDataNode
level
- 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 level
IOException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.