类 LineNumberInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.sh.mail.mime4j.io.LineNumberInputStream
- 所有已实现的接口:
LineNumberSource,Closeable,AutoCloseable
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 16, 2012
-
字段概要
从类继承的字段 java.io.FilterInputStream
in -
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip从类继承的方法 java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
构造器详细资料
-
LineNumberInputStream
Creates a newLineNumberInputStream.- 参数:
is- the stream to read from.
-
-
方法详细资料
-
getLineNumber
public int getLineNumber()从接口复制的说明:LineNumberSourceGets the current line number starting at 1 (the number of\r\nread so far plus 1).- 指定者:
getLineNumber在接口中LineNumberSource- 返回:
- the current line number.
-
read
- 覆盖:
read在类中FilterInputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中FilterInputStream- 抛出:
IOException
-