Javadocのサンプル
WEB+DB PRESS Vol.51

webdb51
クラス Inherit

java.lang.Object
  上位を拡張 webdb51.Base
      上位を拡張 webdb51.Inherit

public class Inherit
extends Base

ドキュメントタグ継承の説明用の継承クラス


コンストラクタの概要
Inherit()
           
 
メソッドの概要
 String getRemoteText(int length)
          リモートサーバからテキストを指定文字数分だけ取得します。
 
クラス 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 - 通信中にエラーが発生した場合

WEB+DB PRESS Vol.51

Copyright 2009 技術評論社