You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. This is a function question.
I want to display large bytes by passing List<byte[]> container to Core Source in WpfHexEditorControl. Failed frequently due to MemoryStream 2gb limit. Is there any other way to approach it?
Or is it possible to add a function so that List<byte[]> can be passed??
The reason for using List<byte[]> is that you want to use it to manage more than 2 GB of binary data.
The text was updated successfully, but these errors were encountered:
Hello. This is a function question.
I want to display large bytes by passing List<byte[]> container to Core Source in WpfHexEditorControl. Failed frequently due to MemoryStream 2gb limit. Is there any other way to approach it?
Or is it possible to add a function so that List<byte[]> can be passed??
The reason for using List<byte[]> is that you want to use it to manage more than 2 GB of binary data.
The text was updated successfully, but these errors were encountered: