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