Add Writer, PrintWriter and PushbackReader
This commit is contained in:
parent
e427060c0b
commit
736555bdb6
1 changed files with 3 additions and 0 deletions
|
|
@ -21,9 +21,12 @@
|
|||
java.io.InputStream
|
||||
java.io.IOException
|
||||
java.io.OutputStream
|
||||
java.io.PrintWriter
|
||||
java.io.PushbackReader
|
||||
java.io.Reader
|
||||
java.io.StringReader
|
||||
java.io.StringWriter
|
||||
java.io.Writer
|
||||
java.lang.ArithmeticException
|
||||
java.lang.AssertionError
|
||||
java.lang.Boolean
|
||||
|
|
|
|||
Loading…
Reference in a new issue