类 ListIO.ListInputStream
- java.lang.Object
-
- java.io.InputStream
-
- cn.mcres.gyhhy.MXLib.io.ListIO.ListInputStream
-
- 所有已实现的接口:
Closeable
,AutoCloseable
- 封闭类:
- ListIO
public static class ListIO.ListInputStream extends InputStream
-
-
字段概要
字段 修饰符和类型 字段 说明 int
size
-
构造器概要
构造器 构造器 说明 ListInputStream(InputStream io)
-
方法概要
-
从类继承的方法 java.io.InputStream
available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
-
-
-
构造器详细资料
-
ListInputStream
public ListInputStream(InputStream io)
-
-
方法详细资料
-
open
public void open() throws IOException
- 抛出:
IOException
-
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()
-
-