public interface Header extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
parse(String in)
Parses the data contained in the String version of the header.
|
String |
toString()
Converts the header to a String for persisting to a file.
|