Interface IEntryWriter
- All Superinterfaces:
- IWritable
IEntryWriter
- 
Method Summary
- 
Method Details- 
clearvoid clear()Clear the entry writer
- 
addadd a string element- Parameters:
- element- the element to add
 
- 
addadd an IWritable element- Parameters:
- element- the element to add
 
- 
addFirstaddFirst a string element- Parameters:
- element- the element to add
 
- 
addFirstaddFirst an IWritable element- Parameters:
- element- the element to add
 
 
-