类 QuotedPrintableInputStream
java.lang.Object
java.io.InputStream
com.sh.mail.mime4j.codec.QuotedPrintableInputStream
- 所有已实现的接口:
Closeable,AutoCloseable
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 16, 2012
-
构造器概要
构造器限定符构造器说明protectedQuotedPrintableInputStream(int bufsize, InputStream in, boolean strict) protectedQuotedPrintableInputStream(int bufsize, InputStream in, DecodeMonitor monitor) QuotedPrintableInputStream(InputStream in, boolean strict) QuotedPrintableInputStream(InputStream in, DecodeMonitor monitor) -
方法概要
从类继承的方法 java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
构造器详细资料
-
QuotedPrintableInputStream
-
QuotedPrintableInputStream
-
QuotedPrintableInputStream
-
QuotedPrintableInputStream
-
QuotedPrintableInputStream
-
-
方法详细资料
-
close
Terminates Quoted-Printable coded content. This method does NOT close the underlying input stream.- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中InputStream- 抛出:
IOException- on I/O errors.
-
read
- 指定者:
read在类中InputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-