org.jSyncManager.API.Protocol.Util.VFS
Class DirectoryEntryEnumeration
java.lang.Objectorg.jSyncManager.API.Protocol.Util.VFS.DirectoryEntryEnumeration
public class DirectoryEntryEnumeration
extends java.lang.Object
A representation of a list of directory entries from a VFS volume.
DirectoryEntryEnumeration
public DirectoryEntryEnumeration(byte[] data)
Constructs a new directory entry enumerator.
data - the argument data from the VFS Directory Entry DLP function.
getEntry
public DirectoryEntry getEntry(int index)
Retrieves the directory entry at the specified index.
index - the index to retrieve from.
- the directory entry at the specified index.
getIterator
public int getIterator()
Retrieves the enumerator for this object.
- the enumerator for this object.
getNumEntries
public int getNumEntries()
Retrieves the number of entries retrieved.
- the number of entries retrieved.