Fix demo stream reading by matthid · Pull Request #225 · pythonnet/pythonnet

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

matthid referenced this pull request

Jun 4, 2016
FileStream.Read returns (bytes read, buffer), not just bytes read as the
buffer is passed by reference. This is a bit unintuative, but checking the
position is clear and less error prone.