Class java.io.PrintStream
Added Methods | |
---|---|
void write (byte[], int, int )
|
|
void write (int )
|
Changed Methods | ||
---|---|---|
void close ()
|
Change in exceptions thrown from java.io.IOException to no exceptions.Method was inherited from java.io.OutputStream , but is now defined locally.
|
|
void flush ()
|
Change in exceptions thrown from java.io.IOException to no exceptions.Method was inherited from java.io.OutputStream , but is now defined locally.
|