类 ContentCachingRequestWrapper.ContentCachingInputStream
java.lang.Object
java.io.InputStream
jakarta.servlet.ServletInputStream
cn.taketoday.web.servlet.ContentCachingRequestWrapper.ContentCachingInputStream
- 所有已实现的接口:
Closeable,AutoCloseable
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanbooleanisReady()intread()intread(byte[] b) intread(byte[] b, int off, int len) intreadLine(byte[] b, int off, int len) voidsetReadListener(ReadListener readListener) private voidwriteToCache(byte[] b, int off, int count) 从类继承的方法 java.io.InputStream
available, close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
字段详细资料
-
is
-
overflow
private boolean overflow
-
-
构造器详细资料
-
ContentCachingInputStream
-
-
方法详细资料
-
read
- 指定者:
read在类中InputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-
writeToCache
- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-
readLine
- 覆盖:
readLine在类中ServletInputStream- 抛出:
IOException
-
isFinished
public boolean isFinished()- 指定者:
isFinished在类中ServletInputStream
-
isReady
public boolean isReady()- 指定者:
isReady在类中ServletInputStream
-
setReadListener
- 指定者:
setReadListener在类中ServletInputStream
-