PipedReader read(char[] buf, int off, int len) with off, len, off+len
outside of specified bounds no exception is thrown at all. Expect the
ArrayIndexOutOfBoundsException to be thrown in these cases.
outside of specified bounds no exception is thrown at all. Expect the
ArrayIndexOutOfBoundsException to be thrown in these cases.
- duplicates
-
JDK-4127657 read(byte[], int, int) in xxxReader can throw undocumented exceptions
-
- Closed
-