A DESCRIPTION OF THE PROBLEM :
PrintStream's method write(byte buf[]) is declared to throw IOException while method write(byte buf[], int off, int len) does not throw IOException.
PrintStream's method write(byte buf[]) is declared to throw IOException while method write(byte buf[], int off, int len) does not throw IOException.
- relates to
-
JDK-8230625 PrintStream should override FilterOutputStream#write(byte[]) with a method that has no throws clause
-
- Closed
-