elasticmagic-kt
0.0.30
common
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
IdentityEncoder
Identity
Encoder
class
IdentityEncoder
:
ContentEncoder
Constructors
Functions
Properties
Constructors
Identity
Encoder
Link copied to clipboard
fun
IdentityEncoder
(
)
Functions
append
Link copied to clipboard
open
override
fun
append
(
value
:
Char
)
:
Appendable
open
override
fun
append
(
value
:
CharSequence
?
)
:
Appendable
open
override
fun
append
(
value
:
CharSequence
?
,
startIndex
:
Int
,
endIndex
:
Int
)
:
Appendable
to
Byte
Array
Link copied to clipboard
open
override
fun
toByteArray
(
)
:
ByteArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
encoding
Link copied to clipboard
open
override
val
encoding
:
String
?
=
null