org.jSyncManager.API.Protocol.Util.VFS
Class DirectoryEntry
java.lang.Objectorg.jSyncManager.API.Protocol.Util.VFS.DirectoryEntry
public class DirectoryEntry
extends java.lang.Object
A representation of a single directory entry from a VFS volume.
DirectoryEntry(byte[] buffer, int index)- Constructs a new Directory Entry object.
|
DirectoryEntry
public DirectoryEntry(byte[] buffer,
int index)Constructs a new Directory Entry object.
buffer - the buffer to retrieve the data from.index - the index to start reading the information from.
getAttributes
public int getAttributes()
Retrieves the files attributes.
getFilename
public String getFilename()
Retrieves the files name.