Creates an empty record of the correct type; must be overriden
()
| 47 | * Creates an empty record of the correct type; must be overriden |
| 48 | */ |
| 49 | abstract Record |
| 50 | getObject(); |
| 51 | |
| 52 | private static final Record |
| 53 | getEmptyRecord(Name name, int type, int dclass, long ttl, boolean hasData) { |