diff options
Diffstat (limited to 'api/pl.treksoft.kvision.cordova/read-as-text.html')
-rw-r--r-- | api/pl.treksoft.kvision.cordova/read-as-text.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.cordova/read-as-text.html b/api/pl.treksoft.kvision.cordova/read-as-text.html new file mode 100644 index 00000000..0fdcac2d --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/read-as-text.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>readAsText - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="index.html">pl.treksoft.kvision.cordova</a> / <a href="./read-as-text.html">readAsText</a><br/> +<br/> +<h1>readAsText</h1> +<a name="pl.treksoft.kvision.cordova$readAsText(pl.treksoft.kvision.cordova.FileEntry)"></a> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><a href="-file-entry/index.html"><span class="identifier">FileEntry</span></a><span class="symbol">.</span><span class="identifier">readAsText</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-result/index.html"><span class="identifier">Result</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="-file-exception/index.html"><span class="identifier">FileException</span></a><span class="symbol">></span></code> +<p>Read file content as a plain string.</p> +</BODY> +</HTML> |