サンプルプログラムのリファレンス

HttpGetterクラス

Object
  |
  +--HttpGetter

ユニット sample
スーパークラス Object
属性 normal
メモリモデル general
説明 HTTPでファイルを取得するルーチンクラスです。

フィーチャー一覧

全クラス用フィーチャー
1 own USER_AGENT as String
2 own download( String, String, String )
ファミリクラス用フィーチャー

全クラス用フィーチャー

1.USER_AGENT
シグネチャ
constant USER_AGENT as String = Http Getter(Uva Sample)/0.0;
説明
ユーザーエージェント名。
2.download
シグネチャ
own download( host as String, path as String, file_path as String );
属性
normal
引数
1.host
ホスト名。
2.path
パス名。
3.file_path
保存するファイルパス名。
戻り値
なし。
説明
HTTPでファイルを取得します。

ファミリクラス用フィーチャー