diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
commit | fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch) | |
tree | 911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api1/pl.treksoft.kvision.utils/org.w3c.files.-file | |
parent | 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff) | |
download | kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2 kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip |
API documentation for KVision 2.0.0
Diffstat (limited to 'api1/pl.treksoft.kvision.utils/org.w3c.files.-file')
-rw-r--r-- | api1/pl.treksoft.kvision.utils/org.w3c.files.-file/get-content.html | 17 | ||||
-rw-r--r-- | api1/pl.treksoft.kvision.utils/org.w3c.files.-file/index.html | 25 |
2 files changed, 42 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.utils/org.w3c.files.-file/get-content.html b/api1/pl.treksoft.kvision.utils/org.w3c.files.-file/get-content.html new file mode 100644 index 00000000..4a8b191b --- /dev/null +++ b/api1/pl.treksoft.kvision.utils/org.w3c.files.-file/get-content.html @@ -0,0 +1,17 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>getContent - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">org.w3c.files.File</a> / <a href="./get-content.html">getContent</a><br/> +<br/> +<h1>getContent</h1> +<a name="pl.treksoft.kvision.utils$getContent(org.w3c.files.File)"></a> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.files/-file/index.html"><span class="identifier">File</span></a><span class="symbol">.</span><span class="identifier">getContent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +<p>Suspending extension function to get file content.</p> +<p><strong>Return</strong><br/> +file content</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.utils/org.w3c.files.-file/index.html b/api1/pl.treksoft.kvision.utils/org.w3c.files.-file/index.html new file mode 100644 index 00000000..4a566d14 --- /dev/null +++ b/api1/pl.treksoft.kvision.utils/org.w3c.files.-file/index.html @@ -0,0 +1,25 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.utils.org.w3c.files.File - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="./index.html">org.w3c.files.File</a><br/> +<br/> +<h3>Extensions for org.w3c.files.File</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="get-content.html">getContent</a></p> +</td> +<td> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.files/-file/index.html"><span class="identifier">File</span></a><span class="symbol">.</span><span class="identifier">getContent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +<p>Suspending extension function to get file content.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |