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
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
I see why that method might fail in a 32 bit system with very big files, what I do not understand is why is giving you problems since that is old code not used anymore, I should have deleted it.
In the EncodingType class, an OutOfMemoryException is raised when a large FileStream is read.
throw by the line:
I made the following modifications:
add function:
Modify the GetType function:
The text was updated successfully, but these errors were encountered: