diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 2001-01-27 06:04:29 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2001-01-27 06:04:29 +0000 |
commit | 60b7365f52d635016272d4622b0c8a3df30205c8 (patch) | |
tree | c15526d29fdc612fde34a407401f6e18edca8b69 /gcc | |
parent | 31e1e0a6528b84e40f8eb97552e4bbe1070e5513 (diff) | |
download | gcc-60b7365f52d635016272d4622b0c8a3df30205c8.zip gcc-60b7365f52d635016272d4622b0c8a3df30205c8.tar.gz gcc-60b7365f52d635016272d4622b0c8a3df30205c8.tar.bz2 |
ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.
* java/io/ObjectInputStream.java (read): AND byte with 0xff to make
result unsigned.
(read (byte[], int, int)): Only call readNextBlock() if the block
buffer would actually be overrun. Increment blockDataPosition.
(callReadMethod): Propagate exceptions from invocation target.
* java/io/ObjectOutputStream.java (callWriteMethod): Propagate
exceptions from invocation target.
From-SVN: r39293
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions