类 DataBufferInputStream
java.lang.Object
java.io.InputStream
cn.taketoday.core.io.buffer.DataBufferInputStream
- 所有已实现的接口:
Closeable,AutoCloseable
An
InputStream that reads from a DataBuffer.- 从以下版本开始:
- 4.0
- 作者:
- Arjen Poutsma, Harry Yang
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private booleanprivate final DataBufferprivate final intprivate intprivate final boolean -
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.InputStream
nullInputStream, read, readAllBytes, readNBytes, readNBytes, skip, skipNBytes, transferTo
-
字段详细资料
-
dataBuffer
-
end
private final int end -
releaseOnClose
private final boolean releaseOnClose -
closed
private boolean closed -
mark
private int mark
-
-
构造器详细资料
-
DataBufferInputStream
-
-
方法详细资料
-
read
- 指定者:
read在类中InputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-
markSupported
public boolean markSupported()- 覆盖:
markSupported在类中InputStream
-
mark
public void mark(int readLimit) - 覆盖:
mark在类中InputStream
-
available
public int available()- 覆盖:
available在类中InputStream
-
reset
public void reset()- 覆盖:
reset在类中InputStream
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中InputStream
-
checkClosed
- 抛出:
IOException
-