LineNumberInputStream

Class LineNumberInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

Deprecated.

This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.

登录查看完整内容