From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- .../org.w3c.files.-file/get-content.html | 17 +++++++++++++++ .../org.w3c.files.-file/index.html | 25 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 api/pl.treksoft.kvision.utils/org.w3c.files.-file/get-content.html create mode 100644 api/pl.treksoft.kvision.utils/org.w3c.files.-file/index.html (limited to 'api/pl.treksoft.kvision.utils/org.w3c.files.-file') diff --git a/api/pl.treksoft.kvision.utils/org.w3c.files.-file/get-content.html b/api/pl.treksoft.kvision.utils/org.w3c.files.-file/get-content.html new file mode 100644 index 00000000..4a8b191b --- /dev/null +++ b/api/pl.treksoft.kvision.utils/org.w3c.files.-file/get-content.html @@ -0,0 +1,17 @@ + + + +getContent - kvision + + + +kvision / pl.treksoft.kvision.utils / org.w3c.files.File / getContent
+
+

getContent

+ +suspend fun File.getContent(): String +

Suspending extension function to get file content.

+

Return
+file content

+ + diff --git a/api/pl.treksoft.kvision.utils/org.w3c.files.-file/index.html b/api/pl.treksoft.kvision.utils/org.w3c.files.-file/index.html new file mode 100644 index 00000000..4a566d14 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/org.w3c.files.-file/index.html @@ -0,0 +1,25 @@ + + + +pl.treksoft.kvision.utils.org.w3c.files.File - kvision + + + +kvision / pl.treksoft.kvision.utils / org.w3c.files.File
+
+

Extensions for org.w3c.files.File

+ + + + + + + +
+

getContent

+
+suspend fun File.getContent(): String +

Suspending extension function to get file content.

+
+ + -- cgit