long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-model
/
org.artofdev.tasks.model
/
Base64Wrapper
Base64Wrapper
data
class
Base64Wrapper
(
val
dataContent
:
ByteArray
)
:
DataWrapper
Members
Members & Extensions
Constructors
Base64Wrapper
Link copied to clipboard
constructor
(
dataContent
:
ByteArray
)
Properties
data
Content
Link copied to clipboard
val
dataContent
:
ByteArray
Functions
get
As
String
Link copied to clipboard
fun
Base64Wrapper
.
getAsString
(
)
:
String