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
関連項目:
直列化された形式

コンストラクタの概要
SplitDownloadClient(Attributes attributes, FileOutputStream fileOutputStream, IProgressListener iProgress)
          コンストラクタ。
 
メソッドの概要
 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.