for ( int ii = 0; ii < recordCount; ii++ )
{
String domainName = getDomainName( byteBuffer );
RecordType recordType = RecordType.convert( byteBuffer.getShort() );
RecordClass recordClass = RecordClass.convert( byteBuffer.getShort() );
int timeToLive = byteBuffer.getInt();
short dataLength = byteBuffer.getShort();
Map<String, Object> attributes = decode( byteBuffer, recordType, dataLength );