...
However, if the input buffer is initially at end-of-file, then the read
method will return ?-1 and the attempt to place the terminator character will throw an ArrayIndexOutOfBoundsException
.
...
...
However, if the input buffer is initially at end-of-file, then the read
method will return ?-1 and the attempt to place the terminator character will throw an ArrayIndexOutOfBoundsException
.
...