v1.0.2
- Merge pull request #6 from EMCECS/bugfix-single-byte-read - Fixed bad test, added copyrights. - Merge pull request #4 from PyMeH/master - Creating test to show single byte read failure - Fix a bug when the byte read is -1. Old behavior was thinking it is EOF, now we convert the byte to 0-255 range as per java.io.InputStream#read() contract.