jp.cssj.cti.helpers
クラス ProgressAdapter

java.lang.Object
  拡張jp.cssj.cti.helpers.ProgressAdapter
すべての実装インタフェース:
ProgressListener

public class ProgressAdapter
extends Object
implements ProgressListener

ProgressListenerを簡単に実装するためのクラスです。

バージョン:
$Id: ProgressAdapter.java,v 1.2 2005/08/18 04:51:26 harumanx Exp $
作成者:
MIYABE Tatsuhiko

フィールドの概要
protected  boolean requiresContentLength
           
 
コンストラクタの概要
ProgressAdapter(boolean requiresContentLength)
           
 
メソッドの概要
 void contentLength(long contentLength)
          出力結果の長さを受け取ります。
 void progress(long srcPos)
          処理されたソースドキュメントのバイト数を受け取ります。
 boolean requiresContentLength()
          出力結果の長さを要求する場合はtrueを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

requiresContentLength

protected final boolean requiresContentLength
コンストラクタの詳細

ProgressAdapter

public ProgressAdapter(boolean requiresContentLength)
パラメータ:
requiresContentLength - 出力結果の長さの報告を要求する場合はtrueを設定します。
メソッドの詳細

progress

public void progress(long srcPos)
インタフェース ProgressListener の記述:
処理されたソースドキュメントのバイト数を受け取ります。

定義:
インタフェース ProgressListener 内の progress
パラメータ:
srcPos -

requiresContentLength

public boolean requiresContentLength()
インタフェース ProgressListener の記述:
出力結果の長さを要求する場合はtrueを返します。

定義:
インタフェース ProgressListener 内の requiresContentLength
戻り値:

contentLength

public void contentLength(long contentLength)
インタフェース ProgressListener の記述:
出力結果の長さを受け取ります。 requiredContentLengthがtrueを返す場合は、変換後のデータを出力する前に必ず呼び出されます。

定義:
インタフェース ProgressListener 内の contentLength
パラメータ:
contentLength -


Copyright(c) 2004-2005 CSSJ T.MIYABE All Rights Reserved.