Object | +--HttpGetter
| ユニット | sample |
|---|---|
| スーパークラス | Object |
| 属性 | normal |
| メモリモデル | general |
| 説明 | HTTPでファイルを取得するルーチンクラスです。 |
| 1 | own USER_AGENT as String |
| 2 | own download( String, String, String ) |
constant USER_AGENT as String = Http Getter(Uva Sample)/0.0;| 1. | host |
| ホスト名。 |
| 2. | path |
| パス名。 |
| 3. | file_path |
| 保存するファイルパス名。 |