public class InputStreamServletInputStream
extends javax.servlet.ServletInputStream
| コンストラクタと説明 |
|---|
InputStreamServletInputStream(InputStream stream) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
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 クラス内 InputStreamIOExceptionCopyright © 2017. All rights reserved.