|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Methods | |
|---|---|
| com.mysql.management.util.RuntimeI.getLocalizedInputStream(InputStream)
As of JDK 1.1, the preferred way to translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and
BufferedReader classes. |
|
| com.mysql.management.util.RuntimeI.getLocalizedOutputStream(OutputStream)
As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the OutputStreamWriter,
BufferedWriter, and PrintWriter
classes. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||