internal AttributeListAttribute(INtfsContext context, AttributeRecord record) : base(context, record) { byte[] content = Utilities.ReadAll(Content); _list = new AttributeList(); _list.ReadFrom(content, 0); }