|
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.opengion.hayabusa.servlet.multipart.PartInputStream
public class PartInputStream
ファイルアップロード時のマルチパート処理のファイル読取ストリームです。
| フィールドの概要 |
|---|
| クラス java.io.FilterInputStream から継承されたフィールド |
|---|
in |
| コンストラクタの概要 | |
|---|---|
PartInputStream(ServletInputStream in,
String boundary)
読取ストリーム と区切り文字を指定してクラスを構築する コンストラクター |
|
| メソッドの概要 | |
|---|---|
int |
available()
利用可能かどうかを返します。 |
void |
close()
接続を閉じます。 |
int |
read()
データを読み込みます。 |
int |
read(byte[] bt)
データを読み込みます。 |
int |
read(byte[] bt,
int off,
int len)
データを読み込みます。 |
| クラス java.io.FilterInputStream から継承されたメソッド |
|---|
mark, markSupported, reset, skip |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
PartInputStream(ServletInputStream in,
String boundary)
throws IOException
in - ServletInputStreamオブジェクトboundary - 境界文字
IOException - 上位の入出力エラー| メソッドの詳細 |
|---|
public int read()
throws IOException
FilterInputStream 内の readIOException - 入出力エラーが発生したとき
public int read(byte[] bt)
throws IOException
FilterInputStream 内の readbt - バイト配列
IOException - 入出力エラーが発生したとき
public int read(byte[] bt,
int off,
int len)
throws IOException
FilterInputStream 内の readbt - バイト配列off - 開始バイト数len - 読み取りバイト数
IOException - 入出力エラーが発生したとき
public int available()
throws IOException
FilterInputStream 内の availableIOException - 入出力エラーが発生したとき
public void close()
throws IOException
Closeable 内の closeFilterInputStream 内の closeIOException - 入出力エラーが発生したとき
|
openGion 5.8.7.0 | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||