类 MInputStream
- java.lang.Object
-
- java.io.InputStream
-
- cn.mcres.gyhhy.MXLib.io.MInputStream
-
- 所有已实现的接口:
Closeable
,AutoCloseable
public class MInputStream extends InputStream
- 作者:
- 32798
-
-
构造器概要
构造器 构造器 说明 MInputStream(InputStream io)
-
方法概要
-
从类继承的方法 java.io.InputStream
available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
-
-
-
构造器详细资料
-
MInputStream
public MInputStream(InputStream io)
-
-
方法详细资料
-
close
public void close() throws IOException
- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中Closeable
- 覆盖:
close
在类中InputStream
- 抛出:
IOException
-
read
public int read() throws IOException
- 指定者:
read
在类中InputStream
- 抛出:
IOException
-
hasNext
public boolean hasNext()
-
-