Converts the header into a String
()
| 283 | |
| 284 | /** Converts the header into a String */ |
| 285 | public String |
| 286 | toString() { |
| 287 | return toStringWithRcode(getRcode()); |
| 288 | } |
| 289 | |
| 290 | /* Creates a new Header identical to the current one */ |
| 291 | public Object |
no test coverage detected