|
Related Readline Deprecated Articles
Sponsored Readline Deprecated Links
DataInputStream (Java 2 Platform SE 5.0) String ? readLine() Deprecated. This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the ... java.sun.com/j2se/1.5.0/docs/api/java/io/DataInputStream.html BufferedReader (Java 2 Platform SE v1.4.2) ... Package. Class. Use. Tree. Deprecated. Index. Help. JavaTM 2 Platform ... Without buffering, each invocation of read() or readLine() could cause bytes to be read from the file, converte... java.sun.com/j2se/1.4.2/docs/api/java/io/BufferedReader.html DataInputStream (Java 2 Platform SE v1.4.2) String ? readLine() Deprecated. This method does not properly convert bytes to characters ... public final String readLine() throws IOException. Deprecated. ... java.sun.com/j2se/1.4.2/docs/api/java/io/DataInputStream.html
|