deprecation

warning: [deprecation] readLine() in java.io.DataInputStream has been deprecatedwhile ((linebuffer = pinfo.file.readLine()) != null) {.....1 warningThanks
[274 byte] By [ardmorea] at [2007-11-27 2:41:53]
# 1
You should use a Reader if you want to read text. InputStreams are used when you have binary data.Kaj
kajbja at 2007-7-12 3:06:09 > top of Java-index,Java Essentials,Java Programming...