接口 LineNumberSource
- 所有已知实现类:
LineNumberInputStream
public interface LineNumberSource
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 16, 2012
-
方法概要
修饰符和类型方法说明intGets the current line number starting at 1 (the number of\r\nread so far plus 1).
-
方法详细资料
-
getLineNumber
int getLineNumber()Gets the current line number starting at 1 (the number of\r\nread so far plus 1).- 返回:
- the current line number.
-