Javadocのサンプル
webdb51
クラス Inherit
java.lang.Object
webdb51.Base
webdb51.Inherit
public class Inherit
- extends Base
ドキュメントタグ継承の説明用の継承クラス
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Inherit
public Inherit()
getRemoteText
public String getRemoteText(int length)
throws IOException
- リモートサーバからテキストを指定文字数分だけ取得します。
- オーバーライド:
- クラス
Base
内の getRemoteText
- パラメータ:
length
- 取得するテキストの文字数。負の値は指定できません。
- 戻り値:
- 値が設定されていない場合、このメソッドはnullを返します。
このメソッドはnullを返すことはありません。
- 例外:
IllegalArgumentException
- 引数に負の値が指定された場合
IOException
- 通信中にエラーが発生した場合
Copyright 2009 技術評論社