<h2>org.das2.util.filesystem.FileSystem.DirectoryEntry</h2><p>DirectoryEntry defines a structure for containing directory entry data.</p>
<h2>DirectoryEntry( )</h2>
<p></p>

<hr>
<a name="name"></a>
<h2>name</h2>
<p>the name within the context of the directory.</p>

<hr>
<a name="type"></a>
<h2>type</h2>
<p>the type of entry.  d=directory, f=file</p>

<hr>
<a name="size"></a>
<h2>size</h2>
<p>the length in bytes of the entry</p>

<hr>
<a name="modified"></a>
<h2>modified</h2>
<p>modified date, in seconds since 1970.</p>