toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
ContentEncoder
Content
Encoder
interface
ContentEncoder
:
Appendable
Inheritors
IdentityEncoder
BaseGzipEncoder
Members
Properties
encoding
Link copied to clipboard
abstract
val
encoding
:
String
?
Functions
append
Link copied to clipboard
open
override
fun
append
(
value
:
Char
)
:
Appendable
open
override
fun
append
(
value
:
CharSequence
?
,
startIndex
:
Int
,
endIndex
:
Int
)
:
Appendable
expect
abstract
fun
append
(
value
:
CharSequence
?
)
:
Appendable
to
Byte
Array
Link copied to clipboard
abstract
fun
toByteArray
(
)
:
ByteArray