1. 27 Jan, 2001 1 commit
    • ObjectInputStream.java (read): AND byte with 0xff to make result unsigned. · 60b7365f
      	* 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
      Bryce McKinlay committed
  2. 26 Jan, 2001 17 commits
  3. 25 Jan, 2001 20 commits
  4. 24 Jan, 2001 2 commits