Class | Description |
---|---|
DirectoryListing |
Generates HTML listing of a Directory
|
EftarFile |
An Extremely Fast Tagged Attribute Read-only File System
Created on October 12, 2005
A Eftar File has the following format
FILE --> Record ( Record | tagString ) *
Record --> 64bit:Hash 16bit:childrenOffset 16bit:(numberChildren|lenthOfTag) 16bit:tagOffset
It is a tree of tagged names,
doing binary search in sorted list of children
|
EftarFileReader |
An Extremely Fast Tagged Attribute Read-only File Reader
Created on October 12, 2005
|
Util |
File for useful functions
|
WebappListener |
Populate the Mercurial Repositories
|