类 InputStreamWrapper
- java.lang.Object
-
- java.io.InputStream
-
- org.apache.dubbo.rpc.protocol.thrift.io.InputStreamWrapper
-
- 所有已实现的接口:
Closeable,AutoCloseable
@Deprecated public class InputStreamWrapper extends InputStream
已过时。
-
-
构造器概要
构造器 构造器 说明 InputStreamWrapper(InputStream is)已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 intavailable()已过时。voidclose()已过时。voidmark(int readlimit)已过时。booleanmarkSupported()已过时。intread()已过时。intread(byte[] b)已过时。intread(byte[] b, int off, int len)已过时。voidreset()已过时。longskip(long n)已过时。-
从类继承的方法 java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
-
-
-
构造器详细资料
-
InputStreamWrapper
public InputStreamWrapper(InputStream is)
已过时。
-
-
方法详细资料
-
read
public int read(byte[] b) throws IOException已过时。- 覆盖:
read在类中InputStream- 抛出:
IOException
-
read
public int read(byte[] b, int off, int len) throws IOException已过时。- 覆盖:
read在类中InputStream- 抛出:
IOException
-
skip
public long skip(long n) throws IOException已过时。- 覆盖:
skip在类中InputStream- 抛出:
IOException
-
available
public int available() throws IOException已过时。- 覆盖:
available在类中InputStream- 抛出:
IOException
-
close
public void close() throws IOException已过时。- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中InputStream- 抛出:
IOException
-
mark
public void mark(int readlimit)
已过时。- 覆盖:
mark在类中InputStream
-
reset
public void reset() throws IOException已过时。- 覆盖:
reset在类中InputStream- 抛出:
IOException
-
markSupported
public boolean markSupported()
已过时。- 覆盖:
markSupported在类中InputStream
-
read
public int read() throws IOException已过时。- 指定者:
read在类中InputStream- 抛出:
IOException
-
-