public class ArchiveNode
extends java.lang.Object
Document.getArchiveNode(int)
Modifier and Type | Method and Description |
---|---|
int |
getFileSize()
Obtains the uncompressed size of this node in bytes.
|
java.lang.String |
getNodeName()
Obtains the name of this node including its path from the root of the parent archive.
|
int |
getNodeNum()
Obtains the 0-based index assigned to this node based on its order within the parent archive.
|
java.util.Date |
getTime()
Obtains the last modification date of this node.
|
boolean |
isFolder()
Determines if this node describes a folder instead of a file.
|
public int getNodeNum()
public java.lang.String getNodeName()
public int getFileSize()
public java.util.Date getTime()
public boolean isFolder()