mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add another note
This commit is contained in:
@@ -750,6 +750,7 @@ namespace SabreTools.DatTools
|
||||
{
|
||||
// TODO: Write entry to a temporary file to avoid over-large in-memory streams
|
||||
// TODO: Once entry is written, replace GetEntryStream implementations
|
||||
// TODO: Only write to file if there are multiple dupes
|
||||
ItemType itemType = datItem.GetStringFieldValue(Models.Metadata.DatItem.TypeKey).AsEnumValue<ItemType>();
|
||||
(stream, _) = archive.GetEntryStream(datItem.GetName() ?? itemType.AsStringValue() ?? string.Empty);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user