Closed enkomio closed 5 years ago
Update done.
Initially I haven't changed the name from Detect
to DetectBuffer
since I supposed that you added that attribute to be more C# user friendly. If so, we can use the overload concept instead of rely on a different name.
I didn't think about overloading, but you really have a point. The previous version should be better. Could you revert your modification? Thanks for making the point :+1:
Sure, done :)
The new
autoDetect
argument inBinHandler.Init
function doesn't consider detection on an array of bytes.This PR slightly modify the code in order to consider also the detection given an array of bytes.