org.opengion.hayabusa.servlet.multipart
クラス PartInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.opengion.hayabusa.servlet.multipart.PartInputStream
- すべての実装されたインタフェース:
- Closeable
public class PartInputStream
- extends FilterInputStream
ファイルアップロード時のマルチパート処理のファイル読取ストリームです。
- 機能階層
- その他機能
- バージョン
- 4.0
- 作成者
- Kazuhiko Hasegawa
- 導入されたバージョン:
- JDK5.0,
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartInputStream
PartInputStream(ServletInputStream in,
String boundary)
throws IOException
- 例外:
IOException
read
public int read()
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の read
- 例外:
IOException
read
public int read(byte[] bt)
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の read
- 例外:
IOException
read
public int read(byte[] bt,
int off,
int len)
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の read
- 例外:
IOException
available
public int available()
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の available
- 例外:
IOException
close
public void close()
throws IOException
- 定義:
- インタフェース
Closeable
内の close
- オーバーライド:
- クラス
FilterInputStream
内の close
- 例外:
IOException
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.