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