org.opengion.hayabusa.servlet.multipart
クラス MultipartParser
java.lang.Object
org.opengion.hayabusa.servlet.multipart.MultipartParser
public class MultipartParser
- extends Object
ファイルアップロード時のマルチパート処理のパーサーです。
- 機能階層
- その他機能
- バージョン
- 4.0
- 作成者
- Kazuhiko Hasegawa
- 導入されたバージョン:
- JDK5.0,
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartParser
public MultipartParser(HttpServletRequest req,
int maxSize)
throws IOException
- 例外:
IOException
setEncoding
public void setEncoding(String encoding)
readNextPart
public Part readNextPart()
throws IOException
- 例外:
IOException
- 変更履歴:
3.5.6.2 (2004/07/05) 文字列の連結にStringBuilderを使用します。 |
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.