public static RecordType ReadNextRecordType( IBinaryReadStream reader) { var header = reader.ReadInt32(); return(new RecordType(header)); }