Simple Robot 组件 | OneBot
Toggle table of contents
1.7.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | OneBot
simbot-component-onebot-v11-message
/
love.forte.simbot.component.onebot.v11.message
/
Base64Encoder
Base64Encoder
interface
Base64Encoder
(
source
)
A base64 encoder.
Since
1.6.1
Author
ForteScarlet
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
encode
To
Appendable
Link copied to clipboard
abstract
fun
<
A
:
Appendable
>
encodeToAppendable
(
source
:
ByteArray
,
destination
:
A
)
:
A
Encodes
source
ByteArray to a Base64 encoded ByteArray.