*
* @return String with summary of the header
*/
public String toString() {
JFormatter out = JPacket.getFormatter();
out.reset();
try {
out.format(this);
} catch (IOException e) {
throw new IllegalStateException("Unexpected StringBuilder IO error");
}