blobs
/
zakadabar.lib.blobs.data
common
Package zakadabar.
lib.
blobs.
data
Types
Functions
Properties
Types
BlobBo
Link copied to clipboard
common
interface
BlobBo
<
T
:
BlobBo
<
T
,
RT
>,
RT
:
EntityBo
<
RT
>> :
EntityBo
<
T
>
Content copied to clipboard
BlobBoCompanion
Link copied to clipboard
common
abstract class
BlobBoCompanion
<
T
:
BlobBo
<
T
,
RT
>,
RT
:
EntityBo
<
RT
>>(boNamespace:
String
)
Content copied to clipboard
BlobCreateState
Link copied to clipboard
common
enum
BlobCreateState
:
Enum
<
BlobCreateState
>
Content copied to clipboard
States of the blob (image or file) "send to the server" process.
Functions
create
Link copied to clipboard
common
inline suspend fun <
T
:
BlobBo
<
T
,
RT
>,
RT
:
EntityBo
<
RT
>>
BlobBoCompanion
<
T
,
RT
>.
create
(content:
ByteArray
, func:
T
.() ->
Unit
):
T
Content copied to clipboard
Properties
url
Link copied to clipboard
common
val
BlobBo
<*, *>.
url
:
String
Content copied to clipboard
Get an URL for the a BLOB.