Package com.iizix.term.ee
Class EEFile
java.lang.Object
com.iizix.term.ee.EEFile
Loads the EE file consisting of at least one screen. New EEFile versions (.ee files) only stores one screen per file.
- Author:
- Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if a screen name is already busy for the file.void
updateTimestamp
(long timestamp) Update the time stamp.
Constructor Details
EEFile
Loads the EE file containing the host screen definition and the host fields.- Parameters:
fn
- The file name.- Throws:
IOException
- for file failures.
Method Details
isUsed
Checks if a screen name is already busy for the file.- Parameters:
screenName
- Screen name to check.- Returns:
- Used flag.
updateTimestamp
public void updateTimestamp(long timestamp) Update the time stamp.- Parameters:
timestamp
- New timestamp for file change verification.