commit | 96bea14c7bad229a65cd6f9dac0c33fd81306724 | [log] [tgz] |
---|---|---|
author | Robin Stocker <robin@nibor.org> | Fri Oct 29 14:52:52 2010 +0200 |
committer | Robin Stocker <robin@nibor.org> | Fri Oct 29 14:52:52 2010 +0200 |
tree | d580fcd6de43cbff7d52192657174d93f118da1b | |
parent | 7f939ba86e4c4ce379b4dc62045109a91e97dd72 [diff] |
Use readFully() instead of read() Fixes the "Method ignores results of InputStream.read()" warning. This is the only place where read() was used instead of readFully() and the return value was not checked. So it was either an oversight or should be documented. This change assumes it was an oversight. Change-Id: I859404a7d80449c538a552427787f3e57d7c92b4