mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Add note about migration to IO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user