Interface SourceSynch
access this type via: util.source.SourceSynch (provides, requires or uses)
Functions
char[] hash(byte content[])
Read all records from a synch file.
fromFile Optional parameter from which to read synch data; if this is not supplied, data is read from the standard source config directory.
Read a specific record from the standard source synch file on disk.
Add a new record to the standard source synch file on disk.
Update an existing record in the standard source synch file on disk.
Delete an existing record in the standard source synch file on disk.
char[] hash(byte content[])
Hash data using the current source hashing methodology.