jp.littlesoft.file.client
クラス SplitDownloadClient
java.lang.Object
jp.littlesoft.file.client.SplitDownloadClient
- すべての実装されたインタフェース:
- Serializable
public class SplitDownloadClient
- extends Object
- implements Serializable
ダウンロード クライアントアプリケーションクラス
ファイルを分割してダウンロードする、Javaクライアントアプリケーションクラスです。
- バージョン:
- 1.3.0
- 作成者:
- LittleSoft Corporation
- 関連項目:
- 直列化された形式
メソッドの概要 |
void |
execute()
ダウンロードを実行する。 |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitDownloadClient
public SplitDownloadClient(Attributes attributes,
FileOutputStream fileOutputStream,
IProgressListener iProgress)
throws Exception
- コンストラクタ。
- パラメータ:
attributes
- JSONオブジェクトのパラメータ群fileOutputStream
- ファイル出力ストリームiProgress
- ダウンロード状況の書込みクラス
- 例外:
Exception
- 例外
execute
public void execute()
throws Exception
- ダウンロードを実行する。
- 例外:
Exception
- 例外
Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.