Add note about migration to IO

This commit is contained in:
Matt Nadareski
2026-02-12 13:48:21 -05:00
parent 939a2bab41
commit 5f9f037430

View File

@@ -611,6 +611,7 @@ namespace SabreTools.Data.Extensions
/// <param name="offset">Offset into the byte array</param>
/// <param name="alignment">Number of bytes to align on</param>
/// <returns>True if the array could be aligned, false otherwise</returns>
/// TODO: Remove when IO is updated
internal static bool AlignToBoundary(this byte[]? input, ref int offset, byte alignment)
{
// If the array is invalid