== Class aaoh.kaze.Storage
{{{ comment
============================== class summary ==========================
}}}
=== Defined in: <aaoh.kaze-core.js>.
{{{ comment
============================== constructor summary ====================
}}}
||*||Class Summary||
||||[aaoh.kaze.Storage#constructor aaoh.kaze.Storage]()[[BR]]Storage。||
{{{ comment
============================== properties summary =====================
}}}
{{{ comment
============================== methods summary ========================
}}}
||*||Method Summary||
||||[aaoh.kaze.Storage#readString readString](key)[[BR]]設定ファイルから情報を読み込みます。||
||||[aaoh.kaze.Storage#writeString writeString](key, value)[[BR]]設定ファイルに情報を読み込みます。||
{{{ comment
============================== events summary ========================
}}}
[[BR]]
{{{ comment
============================== constructor details ====================
}}}
== Class Detail #constructor
==== aaoh.kaze.Storage()
* Storage。
{{{ comment
============================== field details ==========================
}}}
{{{ comment
============================== method details =========================
}}}
== Method Detail
==== {String} readString(key) #readString
* 設定ファイルから情報を読み込みます。
* Parameters
* {String} key
* 設定キー
* Returns
* {String} 設定情報
==== writeString(key, value) #writeString
* 設定ファイルに情報を読み込みます。
* Parameters
* {String} key
* 設定キー
* {String} value
* 設定情報
{{{ comment
============================== event details =========================
}}}