
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 11/Apr/06 11:24 AM
Updated: 11/Apr/06 12:17 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
2.0-alpha-3,
2.0-alpha-2,
2.0-alpha-1,
1.2.4,
1.2.3,
1.2.2,
1.2.1,
1.2,
1.2-RC2,
1.2-RC1,
1.1.3,
1.1.2,
1.1.1,
1.1
|
| Fix Version/s: |
1.2.5,
2.0-alpha-4
|
|
IOUtil.readBytes(InputStream in, int maxBytes) throws a java.lang.NegativeArraySizeException when the supplied stream is at EOF. This potentially affects all code using this method: BinaryTableResultsReader in Sesame 1.1 and later, MemoryStore and NativeStore in Sesame 2.x.
|
|
Method now returns a byte array of size 0 when '-1' bytes have been read ('-1' signalling EOF).
|
|