public class InputStreamServletInputStream
extends javax.servlet.ServletInputStream
| コンストラクタと説明 |
|---|
InputStreamServletInputStream(InputStream stream) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
boolean |
isFinished() |
boolean |
isReady() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
setReadListener(javax.servlet.ReadListener readListener) |
available, mark, markSupported, reset, skippublic InputStreamServletInputStream(InputStream stream)
public int read()
throws IOException
read クラス内 InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read クラス内 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read クラス内 InputStreamIOExceptionpublic void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 InputStreamIOExceptionpublic boolean isFinished()
isFinished クラス内 javax.servlet.ServletInputStreampublic boolean isReady()
isReady クラス内 javax.servlet.ServletInputStreampublic void setReadListener(javax.servlet.ReadListener readListener)
setReadListener クラス内 javax.servlet.ServletInputStreamCopyright © 2021. All rights reserved.