retrieveContents

@Contract(pure = true)
open fun retrieveContents(file: FileObject): String

Retrieves the content of the given file.

Return

The content of the file

Parameters

file

The file to retrieve the content of


@Contract(pure = true)
abstract fun retrieveContents(id: String): String

Retrieves the content of the file with the given id.

Return

The content of the file

Parameters

id

The id of the file to retrieve the content of