Converts the rdata portion of a Record into a String representation
()
| 291 | * Converts the rdata portion of a Record into a String representation |
| 292 | */ |
| 293 | public String |
| 294 | rdataToString() { |
| 295 | return rrToString(); |
| 296 | } |
| 297 | |
| 298 | /** |
| 299 | * Converts a Record into a String representation |