Guest User

Untitled

a guest
Nov 22nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. byteCount = cs.Read(outputBuffer, 0, bytesToRead)
  2.  
  3.  
  4.  
  5. 00005001 inStream.Position = 256
  6. 00005002 inStream.Length = 768
  7. 00005003 bytesToRead = 256
  8. 00005004 bytesLeft = 256
  9. 00005010 Invoking cs.Read(outputBuffer, 0, bytesToRead)
  10. 00005011 inStream.Position = 768
  11. 00005012 inStream.Length = 768
  12. 00005013 bytesToRead = 256
  13. 00005014 bytesLeft = 0
  14. 00005015 byteCount = 256
Add Comment
Please, Sign In to add comment